[<prev] [next>] [<thread-prev] [day] [month] [year] [list]
Message-ID: <YFhM9BA3fiBNaQbr@kroah.com>
Date: Mon, 22 Mar 2021 08:53:24 +0100
From: Greg KH <gregkh@...uxfoundation.org>
To: dev.dragon@...ru
Cc: linux-kernel@...r.kernel.org, linux-staging@...ts.linux.dev
Subject: Re: [PATCH] Staging: wimax: i2400m: fixed a space coding style issue.
On Sun, Mar 21, 2021 at 09:26:02PM +0300, dev.dragon@...ru wrote:
> From: Dmitrii Wolf <dev.dragon@...ru>
>
> Fixed a coding style.
>
> Signed-off-by: Dmitrii Wolf <dev.dragon@...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
Powered by blists - more mailing lists