parallel-port-convert-port_mutex-to-the-mutex-api-checkpatch-fixes
commit1a0337a09a668837924bc90da4b4916a182abfad
authorAndrew Morton <akpm@linux-foundation.org>
Mon, 29 Oct 2007 21:37:27 +0000 (29 21:37 +0000)
committerMatthias Urlichs <smurf@hera.kernel.org>
Wed, 14 Nov 2007 11:28:56 +0000 (14 11:28 +0000)
tree79ac5b1f9bd8c06bd08b3bd1e9311c1cdf4b71f7
parent90555e72f44b4b91e278e70d792bd5bd2cd5eb9c
parallel-port-convert-port_mutex-to-the-mutex-api-checkpatch-fixes

WARNING: no space between function name and open parenthesis '('
#21: FILE: drivers/char/lp.c:315:
+ if (mutex_lock_interruptible (&lp_table[minor].port_mutex))

WARNING: no space between function name and open parenthesis '('
#30: FILE: drivers/char/lp.c:402:
+ mutex_unlock (&lp_table[minor].port_mutex);

WARNING: no space between function name and open parenthesis '('
#39: FILE: drivers/char/lp.c:424:
+ if (mutex_lock_interruptible (&lp_table[minor].port_mutex))

WARNING: no space between function name and open parenthesis '('
#48: FILE: drivers/char/lp.c:482:
+ mutex_unlock (&lp_table[minor].port_mutex);

WARNING: no space between function name and open parenthesis '('
#57: FILE: drivers/char/lp.c:891:
+ mutex_init (&lp_table[i].port_mutex);

total: 0 errors, 5 warnings, 56 lines checked
Your patch has style problems, please review.  If any of these errors
are false positives report them to the maintainer, see
CHECKPATCH in MAINTAINERS.

Please run checkpatch prior to sending patches

Cc: Matthias Kaehlcke <matthias.kaehlcke@gmail.com>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
drivers/char/lp.c