Whamcloud - gitweb
b=16395
authorbrian <brian>
Wed, 16 Jul 2008 17:57:14 +0000 (17:57 +0000)
committerbrian <brian>
Wed, 16 Jul 2008 17:57:14 +0000 (17:57 +0000)
i=Ricardo.M.Correia
i=adilger

Fix macro to conform to function-like-macros:
http://gcc.gnu.org/onlinedocs/cpp/Function_002dlike-Macros.html#Function_002dlike-Macros
Note that this error is in the upstream patches from Qaudrics.

lustre/kernel_patches/patches/qsnet-suse-2.6.patch

index b312ab0..27b5a52 100644 (file)
@@ -991,7 +991,7 @@ Index: LINUX-SRC-TREE/include/linux/ptrack.h
 +      .ptrack_list = LIST_HEAD_INIT(tsk.ptrack_list)
 +
 +#else
-+#define ptrack_call_callbacks (phase, child) (0)
++#define ptrack_call_callbacks(phase, child) (0)
 +
 +#define INIT_TASK_PTRACK(tsk)
 +