diff options
| author | Guenter Roeck <[email protected]> | 2013-01-10 18:01:24 +0000 |
|---|---|---|
| committer | Guenter Roeck <[email protected]> | 2013-04-08 04:16:40 +0000 |
| commit | b55f375725ff85aada394da488802b0a3cc99e88 (patch) | |
| tree | 571a8883b647a53901e102ee24c5c21cab342f49 /drivers/hwmon/tmp102.c | |
| parent | hwmon: Fix CamelCase checkpatch warnings (diff) | |
| download | kernel-b55f375725ff85aada394da488802b0a3cc99e88.tar.gz kernel-b55f375725ff85aada394da488802b0a3cc99e88.zip | |
hwmon: Fix checkpatch warning 'quoted string split across lines'
Cc: Corentin Labbe <[email protected]>
Cc: Mark M. Hoffman <[email protected]>
Cc: Fenghua Yu <[email protected]>
Cc: Juerg Haefliger <[email protected]>
Cc: Andreas Herrmann <[email protected]>
Cc: Rudolf Marek <[email protected]>
Cc: Jim Cromie <[email protected]>
Cc: Roger Lucas <[email protected]>
Cc: Marc Hulsman <[email protected]>
Signed-off-by: Guenter Roeck <[email protected]>
Diffstat (limited to 'drivers/hwmon/tmp102.c')
| -rw-r--r-- | drivers/hwmon/tmp102.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/drivers/hwmon/tmp102.c b/drivers/hwmon/tmp102.c index 523dd89ba498..d7b47abf37fe 100644 --- a/drivers/hwmon/tmp102.c +++ b/drivers/hwmon/tmp102.c @@ -155,8 +155,8 @@ static int tmp102_probe(struct i2c_client *client, if (!i2c_check_functionality(client->adapter, I2C_FUNC_SMBUS_WORD_DATA)) { - dev_err(&client->dev, "adapter doesn't support SMBus word " - "transactions\n"); + dev_err(&client->dev, + "adapter doesn't support SMBus word transactions\n"); return -ENODEV; } |
