[PATCH] drivers/connector/cn_proc.c typos
authorDavid S. Miller <davem@davemloft.net>
Sun, 8 Jan 2006 09:03:34 +0000 (01:03 -0800)
committerLinus Torvalds <torvalds@g5.osdl.org>
Mon, 9 Jan 2006 04:13:58 +0000 (20:13 -0800)
commitcc398c2eae35b13d77b77337136325edc6ca94ca
treec7b502c0cd1f51e462f1861b4c46921941689faf
parent5160ee6fc891a9ca114be0e90fa6655647bb64b2
[PATCH] drivers/connector/cn_proc.c typos

The parameter to put_cpu_var() is unreferenced by the implementation, and
the compiler doesn't try to comprehend comments, so this wouldn't cause any
problem, but if bugged me enough to post a fix :-)

Signed-off-by: David S. Miller <davem@davemloft.net>
Signed-off-by: Andrew Morton <akpm@osdl.org>
Signed-off-by: Linus Torvalds <torvalds@osdl.org>
drivers/connector/cn_proc.c