Re: [PATCH] blk-mq: fix coding style

From: Greg KH
Date: Sat Jun 08 2019 - 11:59:46 EST


On Sat, Jun 08, 2019 at 05:54:46PM +0200, Greg KH wrote:
> On Sat, Jun 08, 2019 at 10:47:28PM +0900, Soonwoo Hong wrote:
> > Add a space before colon in ternary operator
> >
> > Singed-off-by: Soonwoo Hong <qpseh2m7@xxxxxxxxx>
> > ---
> > block/blk-mq.c | 2 +-
> > 1 file changed, 1 insertion(+), 1 deletion(-)
>
> $ ./scripts/get_maintainer.pl --file block/blk-mq.c
> Jens Axboe <axboe@xxxxxxxxx> (maintainer:BLOCK LAYER)
> linux-block@xxxxxxxxxxxxxxx (open list:BLOCK LAYER)
> linux-kernel@xxxxxxxxxxxxxxx (open list)
>

Also, doing coding style cleanups outside of drivers/staging/ is a tough
thing to do, please don't make it harder on yourself...

good luck!

greg k-h