public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
* [PATCH] staging: keucr: fix Missing blank line after declarations
@ 2014-06-14 19:39 Benedict Boerger
  2014-06-18 22:25 ` Greg KH
  0 siblings, 1 reply; 2+ messages in thread
From: Benedict Boerger @ 2014-06-14 19:39 UTC (permalink / raw)
  To: linux-kernel; +Cc: gregkh, devel, Benedict Boerger

fix two Missing blank line after declarations issue reported by checkpatch.pl

Done to complete an eudyptula task.

Signed-off-by: Benedict Boerger <benedict.boerger@cs.tu-dortmund.de>
---
 drivers/staging/keucr/usb.c | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/drivers/staging/keucr/usb.c b/drivers/staging/keucr/usb.c
index 12ebde7..dbbd63f 100644
--- a/drivers/staging/keucr/usb.c
+++ b/drivers/staging/keucr/usb.c
@@ -37,6 +37,7 @@ MODULE_DEVICE_TABLE(usb, eucr_usb_ids);
 static int eucr_suspend(struct usb_interface *iface, pm_message_t message)
 {
 	struct us_data *us = usb_get_intfdata(iface);
+
 	pr_info("--- eucr_suspend ---\n");
 	/* Wait until no command is running */
 	mutex_lock(&us->dev_mutex);
@@ -53,6 +54,7 @@ static int eucr_resume(struct usb_interface *iface)
 	u8    tmp = 0;
 
 	struct us_data *us = usb_get_intfdata(iface);
+
 	pr_info("--- eucr_resume---\n");
 	mutex_lock(&us->dev_mutex);
 
-- 
1.9.1


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

end of thread, other threads:[~2014-06-18 22:21 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2014-06-14 19:39 [PATCH] staging: keucr: fix Missing blank line after declarations Benedict Boerger
2014-06-18 22:25 ` Greg KH

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