From: Greg KH <gregkh@linuxfoundation.org>
To: anushkacharu9@gmail.com
Cc: outreachy-kernel@googlegroups.com
Subject: Re: [PATCH] staging: greybus: arche-platform.c: fix line over 80 characters
Date: Sun, 24 Mar 2019 09:57:53 +0100 [thread overview]
Message-ID: <20190324085753.GC21361@kroah.com> (raw)
In-Reply-To: <20190323110155.6386-1-anushkacharu9@gmail.com>
On Sat, Mar 23, 2019 at 04:31:55PM +0530, anushkacharu9@gmail.com wrote:
> From: Anushka Shukla <anushkacharu9@gmail.com>
>
> Fix line over 80 characters according to Linux kernel coding style
>
> Signed-off-by: Anushka Shukla <anushkacharu9@gmail.com>
> ---
> drivers/staging/greybus/arche-platform.c | 5 +++--
> 1 file changed, 3 insertions(+), 2 deletions(-)
>
> diff --git a/drivers/staging/greybus/arche-platform.c b/drivers/staging/greybus/arche-platform.c
> index 1e8fd48bedf9..970a11ccf578 100644
> --- a/drivers/staging/greybus/arche-platform.c
> +++ b/drivers/staging/greybus/arche-platform.c
> @@ -180,8 +180,9 @@ static irqreturn_t arche_platform_wd_irq(int irq, void *devid)
> */
> if (arche_pdata->wake_detect_state !=
> WD_STATE_COLDBOOT_START) {
> - arche_platform_set_wake_detect_state(arche_pdata,
> - WD_STATE_COLDBOOT_TRIG);
> + arche_platform_set_wake_detect_state(
> + arche_pdata,
> + WD_STATE_COLDBOOT_TRIG);
The original is fine here, thanks.
greg k-h
next prev parent reply other threads:[~2019-03-24 8:58 UTC|newest]
Thread overview: 3+ messages / expand[flat|nested] mbox.gz Atom feed top
2019-03-23 11:01 [PATCH] staging: greybus: arche-platform.c: fix line over 80 characters anushkacharu9
2019-03-24 8:57 ` Greg KH [this message]
-- strict thread matches above, loose matches on Subject: below --
2019-03-23 10:32 [PATCH] Staging: " anushkacharu9
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20190324085753.GC21361@kroah.com \
--to=gregkh@linuxfoundation.org \
--cc=anushkacharu9@gmail.com \
--cc=outreachy-kernel@googlegroups.com \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
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.