[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-ID: <ea505961-758e-01ab-6ce9-775f170c3979@opensource.wdc.com>
Date: Wed, 5 Oct 2022 14:06:20 +0900
From: Damien Le Moal <damien.lemoal@...nsource.wdc.com>
To: Chaitanya Kulkarni <kch@...dia.com>, linux-block@...r.kernel.org,
linux-kernel@...r.kernel.org
Cc: axboe@...nel.dk, johannes.thumshirn@....com, bvanassche@....org,
ming.lei@...hat.com, shinichiro.kawasaki@....com,
vincent.fu@...sung.com, yukuai3@...wei.com
Subject: Re: [PATCH 6/6] null_blk: remove extra space in switch condition
On 10/5/22 12:17, Chaitanya Kulkarni wrote:
> The extra space in after switch condition does not follow kernel coding
> standards, remove extra space in switch condition end_cmd().
>
> Signed-off-by: Chaitanya Kulkarni <kch@...dia.com>
Reviewed-by: Damien Le Moal <damien.lemoal@...nsource.wdc.com>
> ---
> drivers/block/null_blk/main.c | 2 +-
> 1 file changed, 1 insertion(+), 1 deletion(-)
>
> diff --git a/drivers/block/null_blk/main.c b/drivers/block/null_blk/main.c
> index eda5050d6dee..e030f87d0208 100644
> --- a/drivers/block/null_blk/main.c
> +++ b/drivers/block/null_blk/main.c
> @@ -789,7 +789,7 @@ static void end_cmd(struct nullb_cmd *cmd)
> {
> int queue_mode = cmd->nq->dev->queue_mode;
>
> - switch (queue_mode) {
> + switch (queue_mode) {
> case NULL_Q_MQ:
> blk_mq_end_request(cmd->rq, cmd->error);
> return;
--
Damien Le Moal
Western Digital Research
Powered by blists - more mailing lists