]> git.baikalelectronics.ru Git - kernel.git/commit
[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)
commit57f1b7a12b34240dcc1adab4216fd23b6257a1da
treec7b502c0cd1f51e462f1861b4c46921941689faf
parent38b64313aad6860775c462cb5cae517fefb36d64
[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