+506
−506
File changed.
Preview size limit exceeded, changes collapsed.
Loading
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>
File changed.
Preview size limit exceeded, changes collapsed.