提交 86cfe4ad 编写于 作者: W Wei Ming Chen 提交者: Martin K. Petersen

scsi: fas216: Use fallthrough pseudo-keyword

Replace /*FALLTHROUGH*/ comment with pseudo-keyword macro 'fallthrough'.

Link: https://lore.kernel.org/r/20210518131823.2586-1-jj251510319013@gmail.comSigned-off-by: NWei Ming Chen <jj251510319013@gmail.com>
Signed-off-by: NMartin K. Petersen <martin.petersen@oracle.com>
上级 ecd7beb3
......@@ -1479,7 +1479,7 @@ static void fas216_busservice_intr(FAS216_Info *info, unsigned int stat, unsigne
if (msgqueue_msglength(&info->scsi.msgs) > 1)
fas216_cmd(info, CMD_SETATN);
/*FALLTHROUGH*/
fallthrough;
/*
* Any -> Message Out
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册