[<prev] [next>] [<thread-prev] [day] [month] [year] [list]
Message-ID: <2e0bea3524268f96a39506b3e5ea9f738c6aab27.camel@perches.com>
Date: Sun, 22 Aug 2021 00:14:51 -0700
From: Joe Perches <joe@...ches.com>
To: Kalle Valo <kvalo@...eaurora.org>
Cc: Andy Shevchenko <andriy.shevchenko@...ux.intel.com>,
linux-wireless@...r.kernel.org, netdev@...r.kernel.org,
linux-kernel@...r.kernel.org,
"David S. Miller" <davem@...emloft.net>,
Jakub Kicinski <kuba@...nel.org>
Subject: Re: [PATCH v1 1/1] ray_cs: use %*ph to print small buffer
On Sun, 2021-08-22 at 08:08 +0300, Kalle Valo wrote:
> Joe Perches <joe@...ches.com> writes:
>
> > On Sat, 2021-08-21 at 17:14 +0000, Kalle Valo wrote:
> > > Andy Shevchenko <andriy.shevchenko@...ux.intel.com> wrote:
> > >
> > > > Use %*ph format to print small buffer as hex string.
> > > >
> > > > Signed-off-by: Andy Shevchenko <andriy.shevchenko@...ux.intel.com>
> > >
> > > Patch applied to wireless-drivers-next.git, thanks.
> > >
> > > 502213fd8fca ray_cs: use %*ph to print small buffer
> > >
> >
> > There's one more of these in the same file but it's in an #ifdef 0 block...
>
> I would rather remove the whole ifdef 0 block, patches welcome.
>
It'd probably take you about 20 seconds if you do it yourself.
$ git grep -P -n '^\s*#\s*if\s+0\b' drivers/net/wireless/ray_cs.c
drivers/net/wireless/ray_cs.c:637:#if 0
drivers/net/wireless/ray_cs.c:2281:#if 0
drivers/net/wireless/ray_cs.c:2341:#if 0
Rather a bit more time if you want to do the whole kernel...
$ git grep -P -n '^\s*#\s*if\s+0\b' | wc -l
1558
Powered by blists - more mailing lists