Skip to content

Commit a71a4aa

Browse files
ChenXiaoSongsmfrench
authored andcommitted
smb/client: add parentheses to NT error code definitions containing bitwise OR operator
Use the following shell commands: # Add "(" sed -i '/|/s/ 0x/ (0x/' fs/smb/client/nterr.h # Add ")" if line does not end with a comment sed -i '/|/ { /.*\*\/$/! s/$/)/ }' fs/smb/client/nterr.h # Add ")" if line end with a comment sed -i '/|/ s/[[:space:]]*\/\*/)&/' fs/smb/client/nterr.h Signed-off-by: ChenXiaoSong <chenxiaosong@kylinos.cn> Acked-by: Paulo Alcantara (Red Hat) <pc@manguebit.org> Signed-off-by: Steve French <stfrench@microsoft.com>
1 parent bcdd6cf commit a71a4aa

1 file changed

Lines changed: 506 additions & 506 deletions

File tree

0 commit comments

Comments
 (0)