lkml.org 
[lkml]   [2007]   [Feb]   [13]   [last100]   RSS Feed
Views: [more markup]  [less markup]  [headers]  [forward] 
 
Messages in this thread
Patch in this message
/
DateTue, 13 Feb 2007 16:22:50 +0800
From"Cong WANG" <>
Subject[PATCH]Style fix for fs/select.c
Style fix in fs/select.c.

Signed-off-by: WANG Cong  <xiyou.wangcong@gmail.com>
----
--- fs/select.c.orig	2007-02-13 12:42:37.000000000 +0800
+++ fs/select.c	2007-02-13 12:46:44.000000000 +0800
@@ -65,7 +65,7 @@ EXPORT_SYMBOL(poll_initwait);

 static void free_poll_entry(struct poll_table_entry *entry)
 {
-	remove_wait_queue(entry->wait_address,&entry->wait);
+	remove_wait_queue(entry->wait_address, &entry->wait);
 	fput(entry->filp);
 }

@@ -129,7 +129,7 @@ static void __pollwait(struct file *filp
 	entry->filp = filp;
 	entry->wait_address = wait_address;
 	init_waitqueue_entry(&entry->wait, current);
-	add_wait_queue(wait_address,&entry->wait);
+	add_wait_queue(wait_address, &entry->wait);
 }

 #define FDS_IN(fds, n)		(fds->in + n)
-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Please read the FAQ at  http://www.tux.org/lkml/
\
 
 \ /
  Last update: 2007-02-13 09:25    [from the cache]
©2003-2008