Hi Joe,
Quoting Joe Perches <j...@perches.com>:
On Wed, 2017-10-11 at 10:12 -0500, Gustavo A. R. Silva wrote:
Hi Johan,
Quoting Johan Hovold <jo...@kernel.org>:
> On Tue, Oct 10, 2017 at 03:10:41PM -0500, Gustavo A. R. Silva wrote:
> > In preparation to enabling -Wimplicit-fallthrough, mark switch cases
> > where we are expecting to fall through.
> >
> > Signed-off-by: Gustavo A. R. Silva <garsi...@embeddedor.com>
>
> Acked-by: Johan Hovold <jo...@kernel.org>
>
> Patch is fine, but next time make sure to run scripts/get_maintainer.sh
> to figure which people and lists to CC.
>
I actually did:
$ scripts/get_maintainer.pl --nokeywords --nogit --nogit-fallback
drivers/staging/greybus/es2.c
and this was the output:
linux-kernel@vger.kernel.org (open list)
I don't know how that happens.
$ ./scripts/get_maintainer.pl -f --nokeywords --nogit
--nogit-fallback drivers/staging/greybus/es2.c
Johan Hovold <jo...@kernel.org> (maintainer:GREYBUS SUBSYSTEM)
Alex Elder <el...@kernel.org> (maintainer:GREYBUS SUBSYSTEM)
Greg Kroah-Hartman <gre...@linuxfoundation.org> (maintainer:GREYBUS
SUBSYSTEM)
greybus-...@lists.linaro.org (moderated list:GREYBUS SUBSYSTEM)
de...@driverdev.osuosl.org (open list:STAGING SUBSYSTEM)
linux-kernel@vger.kernel.org (open list)
I was running this command:
$ scripts/get_maintainer.pl --nokeywords --nogit --nogit-fallback
drivers//staging/greybus/es2.c
instead of this one:
$ scripts/get_maintainer.pl --nokeywords --nogit --nogit-fallback
drivers/staging/greybus/es2.c
Thanks
--
Gustavo A. R. Silva