All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH v3] Staging: i2o: Remove space after the * in a pointer type variable.
@ 2015-02-18 11:15 Vatika Harlalka
  2015-02-18 11:34 ` [Outreachy kernel] " Preeti U Murthy
  0 siblings, 1 reply; 2+ messages in thread
From: Vatika Harlalka @ 2015-02-18 11:15 UTC (permalink / raw)
  To: outreachy-kernel

This patch is to remove space after the * in a pointer type variable declaration to follow kernel coding conventions.

Signed-off-by: Vatika Harlalka <vatikaharlalka@gmail.com>
---

 Changes in v3: Moved changelog below to "---" line.
 Changes in v2: Changed subject line to make it more descriptive.

 drivers/staging/i2o/debug.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/drivers/staging/i2o/debug.c b/drivers/staging/i2o/debug.c
index 7a16114..4f23e3f 100644
--- a/drivers/staging/i2o/debug.c
+++ b/drivers/staging/i2o/debug.c
@@ -5,7 +5,7 @@
 
 static void i2o_report_util_cmd(u8 cmd);
 static void i2o_report_exec_cmd(u8 cmd);
-static void i2o_report_fail_status(u8 req_status, u32 * msg);
+static void i2o_report_fail_status(u8 req_status, u32 *msg);
 static void i2o_report_common_status(u8 req_status);
 static void i2o_report_common_dsc(u16 detailed_status);
 
-- 
1.9.1



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

end of thread, other threads:[~2015-02-18 11:35 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2015-02-18 11:15 [PATCH v3] Staging: i2o: Remove space after the * in a pointer type variable Vatika Harlalka
2015-02-18 11:34 ` [Outreachy kernel] " Preeti U Murthy

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.