staging: kpc2000: kpc_i2c: newline fixups to meet linux style guide
authorGeordan Neukum <gneukum1@gmail.com>
Wed, 22 May 2019 12:13:59 +0000 (12:13 +0000)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Wed, 22 May 2019 12:47:16 +0000 (14:47 +0200)
commit953bb9e5d060d0848cc83143236a1ce00498aaac
tree691334552e37ac3184e3aa1aa15ecc344329214c
parent8576a5f543273f4bf3af8e3a5b25c918e4dca02a
staging: kpc2000: kpc_i2c: newline fixups to meet linux style guide

The linux coding style document states:

  1) That braces should not be used where a single single statement
     will do. Therefore all instances of single block statements
     wrapped in braces that do not meet the qualifications of any
     of the exceptions to the rule should be fixed up.

  2) That the declaration of variables local to a given function
     should be immediately followed by a blank newline. Therefore,
     the single instance of this in kpc2000_i2c.c should be fixed
     up.

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