浏览代码

ad525x_dpot: Add a blank line after declaration

Added a blank line after declaration to fix the warning of checkpatch.pl

Signed-off-by: Mohammad Jamal <md.jamalmohiuddin@gmail.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Mohammad Jamal 11 年之前
父节点
当前提交
1558455582
共有 1 个文件被更改,包括 1 次插入0 次删除
  1. 1 0
      drivers/misc/ad525x_dpot.c

+ 1 - 0
drivers/misc/ad525x_dpot.c

@@ -176,6 +176,7 @@ static s32 dpot_read_i2c(struct dpot_data *dpot, u8 reg)
 {
 {
 	int value;
 	int value;
 	unsigned ctrl = 0;
 	unsigned ctrl = 0;
+
 	switch (dpot->uid) {
 	switch (dpot->uid) {
 	case DPOT_UID(AD5246_ID):
 	case DPOT_UID(AD5246_ID):
 	case DPOT_UID(AD5247_ID):
 	case DPOT_UID(AD5247_ID):