projects
/
openwrt
/
staging
/
blogic.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
106cac2
)
Staging: iio: adt7316-i2c: quoted string split across lines
author
Ebru Akagunduz
<
[email protected]
>
Sun, 6 Oct 2013 12:46:15 +0000
(15:46 +0300)
committer
Greg Kroah-Hartman
<
[email protected]
>
Mon, 7 Oct 2013 06:02:13 +0000
(23:02 -0700)
Fix checkpatch.pl issues with quoted string split across lines in adt7316-i2c.c
Signed-off-by: Ebru Akagunduz <
[email protected]
>
Reviewed-by: Josh Triplett <
[email protected]
>
Signed-off-by: Greg Kroah-Hartman <
[email protected]
>
drivers/staging/iio/addac/adt7316-i2c.c
patch
|
blob
|
history
diff --git
a/drivers/staging/iio/addac/adt7316-i2c.c
b/drivers/staging/iio/addac/adt7316-i2c.c
index ce7d91cb331c015e031213e95fb4ed4e6c40807e..0feea5541d02d5f98f24023ffcd4623480a0cc6b 100644
(file)
--- a/
drivers/staging/iio/addac/adt7316-i2c.c
+++ b/
drivers/staging/iio/addac/adt7316-i2c.c
@@
-138,6
+138,5
@@
static struct i2c_driver adt7316_driver = {
module_i2c_driver(adt7316_driver);
MODULE_AUTHOR("Sonic Zhang <
[email protected]
>");
-MODULE_DESCRIPTION("I2C bus driver for Analog Devices ADT7316/7/9 and"
- "ADT7516/7/8 digital temperature sensor, ADC and DAC");
+MODULE_DESCRIPTION("I2C bus driver for Analog Devices ADT7316/7/9 and ADT7516/7/8 digital temperature sensor, ADC and DAC");
MODULE_LICENSE("GPL v2");