staging: lustre: libcfs_debug.h: Align backslashes in macros
Uniformly align backslashes to improve readability. Signed-off-by: Salym Senyonga <salymsash@gmail.com> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
This commit is contained in:
committed by
Greg Kroah-Hartman
parent
5b50eeffee
commit
924a9f949c
@ -228,7 +228,7 @@ do { \
|
||||
do { \
|
||||
static struct cfs_debug_limit_state cdls; \
|
||||
\
|
||||
__CDEBUG(&cdls, mask, format, ## __VA_ARGS__);\
|
||||
__CDEBUG(&cdls, mask, format, ## __VA_ARGS__); \
|
||||
} while (0)
|
||||
|
||||
|
||||
|
Reference in New Issue
Block a user