From: Frans Meulenbroeks Date: Sun, 8 Jan 2012 18:34:13 +0000 (+0100) Subject: hwmon: (adt7470) fix checkpatch issues X-Git-Tag: v3.4-rc1~167^2~116 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=6b904b623ab4646ce64124462c4bec6f0d3f78a6;p=pandora-kernel.git hwmon: (adt7470) fix checkpatch issues fixed: ERROR: that open brace { should be on the previous line #1135: FILE: adt7470.c:1135: +static struct attribute *adt7470_attr[] = +{ ERROR: do not use assignment in if condition #1279: FILE: adt7470.c:1279: + if ((err = sysfs_create_group(&client->dev.kobj, &data->attrs))) Signed-off-by: Frans Meulenbroeks Signed-off-by: Guenter Roeck --- Reading git-diff-tree failed