diff options
author | Isaac Assegai <isaac.a.travers@gmail.com> | 2015-06-19 07:48:51 +0300 |
---|---|---|
committer | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | 2015-06-19 08:10:02 +0300 |
commit | f27ece1499e4e40419e1d12741fb0e8747004a80 (patch) | |
tree | dbd82ae2632671e69ed66fa7443a7347b0152771 /drivers/staging | |
parent | bf36fa2f7109a3f55c349b616f057dc0a539244d (diff) | |
download | linux-f27ece1499e4e40419e1d12741fb0e8747004a80.tar.xz |
Staging: sm750fb: ddk750_swi2c.h: Shorten lines to under 80 characters
Shorten lines to under 80 characters in ddk750_swi2c.h
to rectify the following checkpatch warnings:
WARNING: line over 80 characters
Signed-off-by: Isaac Assegai <isaac.a.travers@gmail.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Diffstat (limited to 'drivers/staging')
-rw-r--r-- | drivers/staging/sm750fb/ddk750_swi2c.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/drivers/staging/sm750fb/ddk750_swi2c.h b/drivers/staging/sm750fb/ddk750_swi2c.h index e85f864cb3cb..4af2b7aa1f17 100644 --- a/drivers/staging/sm750fb/ddk750_swi2c.h +++ b/drivers/staging/sm750fb/ddk750_swi2c.h @@ -69,8 +69,8 @@ long swI2CWriteReg( ); /* - * These two functions are used to toggle the data on the SCL and SDA I2C lines. - * The used of these two functions are not recommended unless it is necessary. + * These two functions toggle the data on the SCL and SDA I2C lines. + * The use of these two functions is not recommended unless it is necessary. */ /* |