All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] staging: greybus: fix block comments use trailing */
@ 2016-10-04 20:03 Elizabeth Ferdman
  2016-10-09 14:05 ` Greg KH
  0 siblings, 1 reply; 2+ messages in thread
From: Elizabeth Ferdman @ 2016-10-04 20:03 UTC (permalink / raw)
  To: outreachy-kernel
  Cc: amsfield22, daniel.baluta, vaibhav.sr, mgreer, johan, elder,
	gregkh

Fix checkpatch error "Block comments use a trailing */ on a separate
line" to conform to kernel coding style.

Signed-off-by: Elizabeth Ferdman <gnudevliz@gmail.com>
---
 drivers/staging/greybus/arche-apb-ctrl.c | 5 +++--
 drivers/staging/greybus/arche-platform.c | 3 ++-
 2 files changed, 5 insertions(+), 3 deletions(-)

diff --git a/drivers/staging/greybus/arche-apb-ctrl.c b/drivers/staging/greybus/arche-apb-ctrl.c
index 70323aa..89932ab 100644
--- a/drivers/staging/greybus/arche-apb-ctrl.c
+++ b/drivers/staging/greybus/arche-apb-ctrl.c
@@ -183,7 +183,7 @@ static int standby_boot_seq(struct platform_device *pdev)
 	 * Pasted from WDM spec,
 	 *  - A falling edge on POWEROFF_L is detected (a)
 	 *  - WDM enters standby mode, but no output signals are changed
-	 * */
+	 */
 
 	/* TODO: POWEROFF_L is input to WDM module  */
 	apb->state = ARCHE_PLATFORM_STATE_STANDBY;
@@ -286,7 +286,8 @@ static ssize_t state_store(struct device *dev,
 			return count;
 
 		/* First we want to make sure we power off everything
-		 * and then enter FW flashing state */
+		 * and then enter FW flashing state
+		 */
 		poweroff_seq(pdev);
 		ret = fw_flashing_seq(pdev);
 	} else {
diff --git a/drivers/staging/greybus/arche-platform.c b/drivers/staging/greybus/arche-platform.c
index e36ee98..a850f6b 100644
--- a/drivers/staging/greybus/arche-platform.c
+++ b/drivers/staging/greybus/arche-platform.c
@@ -455,7 +455,8 @@ retry:
 			goto exit;
 
 		/* First we want to make sure we power off everything
-		 * and then activate back again */
+		 * and then activate back again
+		 */
 		device_for_each_child(arche_pdata->dev, NULL, apb_poweroff);
 		arche_platform_poweroff_seq(arche_pdata);
 
-- 
2.1.4



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

* Re: [PATCH] staging: greybus: fix block comments use trailing */
  2016-10-04 20:03 [PATCH] staging: greybus: fix block comments use trailing */ Elizabeth Ferdman
@ 2016-10-09 14:05 ` Greg KH
  0 siblings, 0 replies; 2+ messages in thread
From: Greg KH @ 2016-10-09 14:05 UTC (permalink / raw)
  To: Elizabeth Ferdman
  Cc: outreachy-kernel, amsfield22, daniel.baluta, vaibhav.sr, mgreer,
	johan, elder

On Tue, Oct 04, 2016 at 01:03:45PM -0700, Elizabeth Ferdman wrote:
> Fix checkpatch error "Block comments use a trailing */ on a separate
> line" to conform to kernel coding style.
> 
> Signed-off-by: Elizabeth Ferdman <gnudevliz@gmail.com>
> Reviewed-by: Mark Greer <mgreer@animalcreek.com>
> ---
>  drivers/staging/greybus/arche-apb-ctrl.c | 5 +++--
>  drivers/staging/greybus/arche-platform.c | 3 ++-
>  2 files changed, 5 insertions(+), 3 deletions(-)

Patch did not apply to my tree :(


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

end of thread, other threads:[~2016-10-09 14:05 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2016-10-04 20:03 [PATCH] staging: greybus: fix block comments use trailing */ Elizabeth Ferdman
2016-10-09 14:05 ` Greg KH

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.