Commit 13c26b26 authored by James Simmons's avatar James Simmons Committed by Greg Kroah-Hartman

staging: lustre: add space around '+' in kernel_comm code

Add in missing space arouund '+' in the kernel_comm code.
Signed-off-by: default avatarJames Simmons <jsimmons@infradead.org>
Signed-off-by: default avatarGreg Kroah-Hartman <gregkh@linuxfoundation.org>
parent 25c450ea
...@@ -54,7 +54,7 @@ struct kuc_hdr { ...@@ -54,7 +54,7 @@ struct kuc_hdr {
__u16 kuc_msglen; __u16 kuc_msglen;
} __aligned(sizeof(__u64)); } __aligned(sizeof(__u64));
#define KUC_CHANGELOG_MSG_MAXSIZE (sizeof(struct kuc_hdr)+CR_MAXSIZE) #define KUC_CHANGELOG_MSG_MAXSIZE (sizeof(struct kuc_hdr) + CR_MAXSIZE)
#define KUC_MAGIC 0x191C /*Lustre9etLinC */ #define KUC_MAGIC 0x191C /*Lustre9etLinC */
......
...@@ -102,7 +102,7 @@ struct kkuc_reg { ...@@ -102,7 +102,7 @@ struct kkuc_reg {
char kr_data[0]; char kr_data[0];
}; };
static struct list_head kkuc_groups[KUC_GRP_MAX+1] = {}; static struct list_head kkuc_groups[KUC_GRP_MAX + 1] = {};
/* Protect message sending against remove and adds */ /* Protect message sending against remove and adds */
static DECLARE_RWSEM(kg_sem); static DECLARE_RWSEM(kg_sem);
......
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