mirror of https://lore.kernel.org/lkml/
 help / color / mirror / Atom feed
* [PATCH 1/2] misc:ad525x_dpot: Fix missing blank after declaration coding style issue in ad525x_dpot.c
@ 2014-12-16 17:35 Mohammad Jamal
  2014-12-16 17:36 ` [PATCH 2/2] misc: ad52x_dpot: fix break is not useful after a goto or return " Mohammad Jamal
  2014-12-16 18:00 ` [PATCH 1/2] misc:ad525x_dpot: Fix missing blank after declaration " Joe Perches
  0 siblings, 2 replies; 3+ messages in thread
From: Mohammad Jamal @ 2014-12-16 17:35 UTC (permalink / raw)
  To: arnd; +Cc: gregkh, michael.hennerich, linux-kernel, md.jamalmohiuddin

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@gmail.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


^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2014-12-16 18:00 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2014-12-16 17:35 [PATCH 1/2] misc:ad525x_dpot: Fix missing blank after declaration coding style issue in ad525x_dpot.c Mohammad Jamal
2014-12-16 17:36 ` [PATCH 2/2] misc: ad52x_dpot: fix break is not useful after a goto or return " Mohammad Jamal
2014-12-16 18:00 ` [PATCH 1/2] misc:ad525x_dpot: Fix missing blank after declaration " Joe Perches

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox

all inboxes | Powered by JetHome®