staging: kpc2000: kpc_i2c: fixup block comment style in i2c_driver.c
authorGeordan Neukum <gneukum1@gmail.com>
Sat, 18 May 2019 02:30:00 +0000 (02:30 +0000)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Mon, 20 May 2019 08:29:02 +0000 (10:29 +0200)
commit7ac3e13a9fb36cec252e80270c5da3315be5d77f
tree6b6f60192e430854649cea1f1b89eb33b2568565
parent03a51687d297c5d08a2d0019499ba457e26a107f
staging: kpc2000: kpc_i2c: fixup block comment style in i2c_driver.c

Throughout i2c_driver.c, there are numerous deviations from the two
standards of:
- placing a '*' at the beginning of every line containing a
  block comment.
- placing the closing comment marker '*/' on a new line.

Instead, use a block comment style that is more consistent with the
prescribed guidelines.

Signed-off-by: Geordan Neukum <gneukum1@gmail.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/staging/kpc2000/kpc_i2c/i2c_driver.c