All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] [Outreachy kernel]staging: greybus: line over 80 characters
@ 2019-03-17 14:09 Payal Kshirsagar
  2019-03-17 15:32 ` Greg KH
  0 siblings, 1 reply; 2+ messages in thread
From: Payal Kshirsagar @ 2019-03-17 14:09 UTC (permalink / raw)
  To: outreachy-kernel; +Cc: Payal Kshirsagar

Fix line over 80 characters

Signed-off-by: Payal Kshirsagar <payal.s.kshirsagar.98@gmail.com>
---
 drivers/staging/greybus/arche-platform.c | 6 ++++--
 1 file changed, 4 insertions(+), 2 deletions(-)

diff --git a/drivers/staging/greybus/arche-platform.c b/drivers/staging/greybus/arche-platform.c
index 70debee..307ff51 100644
--- a/drivers/staging/greybus/arche-platform.c
+++ b/drivers/staging/greybus/arche-platform.c
@@ -47,8 +47,10 @@ struct arche_platform_drvdata {
 	struct gpio_desc *svc_reset;
 	bool is_reset_act_hi;
 	struct gpio_desc *svc_sysboot;
-	struct gpio_desc *wake_detect;	/* bi-dir,maps to WAKE_MOD & WAKE_FRAME signals */
-
+	struct gpio_desc *wake_detect; /*
+					* bi-dir,maps to WAKE_MOD & WAKE_FRAME
+					* signals
+					*/
 	enum arche_platform_state state;
 
 	struct gpio_desc *svc_refclk_req;
-- 
2.7.4



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

* Re: [PATCH] [Outreachy kernel]staging: greybus: line over 80 characters
  2019-03-17 14:09 [PATCH] [Outreachy kernel]staging: greybus: line over 80 characters Payal Kshirsagar
@ 2019-03-17 15:32 ` Greg KH
  0 siblings, 0 replies; 2+ messages in thread
From: Greg KH @ 2019-03-17 15:32 UTC (permalink / raw)
  To: Payal Kshirsagar; +Cc: outreachy-kernel

On Sun, Mar 17, 2019 at 07:39:50PM +0530, Payal Kshirsagar wrote:
> Fix line over 80 characters
> 
> Signed-off-by: Payal Kshirsagar <payal.s.kshirsagar.98@gmail.com>
> ---
>  drivers/staging/greybus/arche-platform.c | 6 ++++--
>  1 file changed, 4 insertions(+), 2 deletions(-)
> 
> diff --git a/drivers/staging/greybus/arche-platform.c b/drivers/staging/greybus/arche-platform.c
> index 70debee..307ff51 100644
> --- a/drivers/staging/greybus/arche-platform.c
> +++ b/drivers/staging/greybus/arche-platform.c
> @@ -47,8 +47,10 @@ struct arche_platform_drvdata {
>  	struct gpio_desc *svc_reset;
>  	bool is_reset_act_hi;
>  	struct gpio_desc *svc_sysboot;
> -	struct gpio_desc *wake_detect;	/* bi-dir,maps to WAKE_MOD & WAKE_FRAME signals */
> -
> +	struct gpio_desc *wake_detect; /*
> +					* bi-dir,maps to WAKE_MOD & WAKE_FRAME
> +					* signals
> +					*/

The original is fine, don't worry about the warning.

thanks,

greg k-h


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

end of thread, other threads:[~2019-03-17 15:32 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2019-03-17 14:09 [PATCH] [Outreachy kernel]staging: greybus: line over 80 characters Payal Kshirsagar
2019-03-17 15:32 ` 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.