]> Git Repo - linux.git/commitdiff
regulator: max8952: Silence checkpatch warning
authorSachin Kamat <[email protected]>
Tue, 18 Mar 2014 10:23:04 +0000 (15:53 +0530)
committerMark Brown <[email protected]>
Tue, 18 Mar 2014 12:43:20 +0000 (12:43 +0000)
Silences the following type of checkpatch warning:
WARNING: Missing a blank line after declarations

Signed-off-by: Sachin Kamat <[email protected]>
Signed-off-by: Mark Brown <[email protected]>
drivers/regulator/max8952.c

index c5ee3cc048eeab6aabf66206b99406bdee442db1..d920f5a32ec8e935bd5288b571dd9adb3076c319 100644 (file)
@@ -57,6 +57,7 @@ struct max8952_data {
 static int max8952_read_reg(struct max8952_data *max8952, u8 reg)
 {
        int ret = i2c_smbus_read_byte_data(max8952->client, reg);
+
        if (ret > 0)
                ret &= 0xff;
 
This page took 0.054188 seconds and 4 git commands to generate.