Staging: lustre: llite: Use () around long macro
This patch fixes the following checkpatch.pl error: "Macros with complex values should be enclosed in parentheses." Signed-off-by: Tina Ruchandani <ruchandani.tina@gmail.com> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
This commit is contained in:
committed by
Greg Kroah-Hartman
parent
588bf52aa3
commit
907cd2485b
@@ -183,7 +183,7 @@ static int ll_set_page_dirty(struct page *vmpage)
|
||||
return __set_page_dirty_nobuffers(vmpage);
|
||||
}
|
||||
|
||||
#define MAX_DIRECTIO_SIZE 2*1024*1024*1024UL
|
||||
#define MAX_DIRECTIO_SIZE (2*1024*1024*1024UL)
|
||||
|
||||
static inline int ll_get_user_pages(int rw, unsigned long user_addr,
|
||||
size_t size, struct page ***pages,
|
||||
|
||||
Reference in New Issue
Block a user