From: Greg KH <gregkh@linuxfoundation.org>
To: dev.dragon@bk.ru
Cc: linux-kernel@vger.kernel.org, linux-staging@lists.linux.dev
Subject: Re: [PATCH] Staging: wimax: i2400m: fixed a space coding style issue.
Date: Mon, 22 Mar 2021 08:53:24 +0100 [thread overview]
Message-ID: <YFhM9BA3fiBNaQbr@kroah.com> (raw)
In-Reply-To: <20210321182602.13793-1-dev.dragon@bk.ru>
On Sun, Mar 21, 2021 at 09:26:02PM +0300, dev.dragon@bk.ru wrote:
> From: Dmitrii Wolf <dev.dragon@bk.ru>
>
> Fixed a coding style.
>
> Signed-off-by: Dmitrii Wolf <dev.dragon@bk.ru>
> ---
> drivers/staging/wimax/i2400m/debugfs.c | 2 +-
> 1 file changed, 1 insertion(+), 1 deletion(-)
>
> diff --git a/drivers/staging/wimax/i2400m/debugfs.c b/drivers/staging/wimax/i2400m/debugfs.c
> index 1c640b41ea4c..4e6e1e3f015e 100644
> --- a/drivers/staging/wimax/i2400m/debugfs.c
> +++ b/drivers/staging/wimax/i2400m/debugfs.c
> @@ -170,7 +170,7 @@ int debugfs_i2400m_reset_set(void *data, u64 val)
> int result;
> struct i2400m *i2400m = data;
> enum i2400m_reset_type rt = val;
> - switch(rt) {
> + switch (rt) {
> case I2400M_RT_WARM:
> case I2400M_RT_COLD:
> case I2400M_RT_BUS:
> --
> 2.25.1
>
Sorry, but this file is now gone from my tree and from linux-next:
https://lore.kernel.org/r/20210318093315.694404-1-gregkh@linuxfoundation.org
greg k-h
prev parent reply other threads:[~2021-03-22 7:53 UTC|newest]
Thread overview: 2+ messages / expand[flat|nested] mbox.gz Atom feed top
2021-03-21 18:26 [PATCH] Staging: wimax: i2400m: fixed a space coding style issue dev.dragon
2021-03-22 7:53 ` Greg KH [this message]
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=YFhM9BA3fiBNaQbr@kroah.com \
--to=gregkh@linuxfoundation.org \
--cc=dev.dragon@bk.ru \
--cc=linux-kernel@vger.kernel.org \
--cc=linux-staging@lists.linux.dev \
/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.