mirror of
https://github.com/torvalds/linux.git
synced 2026-07-29 02:31:27 +02:00
nfs4: Remove unneeded semicolon
Fixes coccicheck warning: include/linux/nfs4.h:298:2-3: Unneeded semicolon Reported-by: Hulk Robot <hulkci@huawei.com> Signed-off-by: Zheng Bin <zhengbin13@huawei.com> Signed-off-by: Anna Schumaker <Anna.Schumaker@Netapp.com>
This commit is contained in:
parent
118917d696
commit
d04659db7b
|
|
@ -295,7 +295,7 @@ static inline bool seqid_mutating_err(u32 err)
|
|||
case NFS4ERR_NOFILEHANDLE:
|
||||
case NFS4ERR_MOVED:
|
||||
return false;
|
||||
};
|
||||
}
|
||||
return true;
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user