Skip to content

Commit

Permalink
nfs4: Remove unneeded semicolon
Browse files Browse the repository at this point in the history
Fixes coccicheck warning:

include/linux/nfs4.h:298:2-3: Unneeded semicolon

Reported-by: Hulk Robot <[email protected]>
Signed-off-by: Zheng Bin <[email protected]>
Signed-off-by: Anna Schumaker <[email protected]>
  • Loading branch information
zhengbin13 authored and amschuma-ntap committed May 27, 2020
1 parent 118917d commit d04659d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion include/linux/nfs4.h
Original file line number Diff line number Diff line change
Expand Up @@ -295,7 +295,7 @@ static inline bool seqid_mutating_err(u32 err)
case NFS4ERR_NOFILEHANDLE:
case NFS4ERR_MOVED:
return false;
};
}
return true;
}

Expand Down

0 comments on commit d04659d

Please sign in to comment.