[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-Id: <1418751336-7295-1-git-send-email-md.jamalmohiuddin@gmail.com>
Date: Tue, 16 Dec 2014 23:05:36 +0530
From: Mohammad Jamal <md.jamalmohiuddin@...il.com>
To: arnd@...db.de
Cc: gregkh@...uxfoundation.org, michael.hennerich@...log.com,
linux-kernel@...r.kernel.org, md.jamalmohiuddin@...il.com
Subject: [PATCH 1/2] misc:ad525x_dpot: Fix missing blank after declaration coding style issue in ad525x_dpot.c
This is a patch to ad525x_dpot.c file that fixes up a missing blank line after declaration warning found by checkpatch.pl issue
Signed-off-by: Mohammad Jamal<md.jamalmohiuddin@...il.com>
---
drivers/misc/ad525x_dpot.c | 1 +
1 file changed, 1 insertion(+)
diff --git a/drivers/misc/ad525x_dpot.c b/drivers/misc/ad525x_dpot.c
index a43053d..32f9072 100644
--- a/drivers/misc/ad525x_dpot.c
+++ b/drivers/misc/ad525x_dpot.c
@@ -176,6 +176,7 @@ static s32 dpot_read_i2c(struct dpot_data *dpot, u8 reg)
{
int value;
unsigned ctrl = 0;
+
switch (dpot->uid) {
case DPOT_UID(AD5246_ID):
case DPOT_UID(AD5247_ID):
--
1.7.9.5
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/
Powered by blists - more mailing lists