Commit 924a9f94 authored by Salym Senyonga's avatar Salym Senyonga Committed by Greg Kroah-Hartman

staging: lustre: libcfs_debug.h: Align backslashes in macros

Uniformly align backslashes to improve readability.
Signed-off-by: default avatarSalym Senyonga <salymsash@gmail.com>
Signed-off-by: default avatarGreg Kroah-Hartman <gregkh@linuxfoundation.org>
parent 5b50eeff
......@@ -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)
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment