Re: [PATCH 1/8] staging: lustre: Enclose complex macros in parantheses

2018-01-08 Thread Greg Kroah-Hartman
On Thu, Dec 21, 2017 at 04:43:27PM +0100, Christoph Volkert wrote: > This is a duplicate patch. We fixed a typo and this was still left as a > temporary file. (emacs…) Sorry. The patch with Message-Id > <1513869932-27407-3-git-send-email-fabian_hue...@web.de> is the right one. > > We can provide a

Re: [PATCH 1/8] staging: lustre: Enclose complex macros in parantheses

2017-12-21 Thread Christoph Volkert
This is a duplicate patch. We fixed a typo and this was still left as a temporary file. (emacs…) Sorry. The patch with Message-Id <1513869932-27407-3-git-send-email-fabian_hue...@web.de> is the right one. We can provide a new patch series without the fix, if needed. Thanks Christoph Checkpat

[PATCH 1/8] staging: lustre: Enclose complex macros in parantheses

2017-12-21 Thread Fabian Huegel
Checkpatch wants complex macros to be enclosed in parantheses, so we put parantheses around these four macros. Signed-off-by: Fabian Huegel Signed-off-by: Christoph Volkert --- drivers/staging/lustre/lustre/include/obd_class.h | 8 1 file changed, 4 insertions(+), 4 deletions(-) diff