Re: [PATCH v5 2/6] linux/bug.h: correct formatting of block comment

2017-05-25 Thread Michal Nazarewicz
On Thu, May 25 2017, Ian Abbott wrote: > Correct these checkpatch.pl warnings: > > |WARNING: Block comments use * on subsequent lines > |#34: FILE: include/linux/bug.h:34: > |+/* Force a compilation error if condition is true, but also produce a > |+ result (of value 0 and type size_t), so the

Re: [PATCH v5 2/6] linux/bug.h: correct formatting of block comment

2017-05-25 Thread Michal Nazarewicz
On Thu, May 25 2017, Ian Abbott wrote: > Correct these checkpatch.pl warnings: > > |WARNING: Block comments use * on subsequent lines > |#34: FILE: include/linux/bug.h:34: > |+/* Force a compilation error if condition is true, but also produce a > |+ result (of value 0 and type size_t), so the

[PATCH v5 2/6] linux/bug.h: correct formatting of block comment

2017-05-25 Thread Ian Abbott
Correct these checkpatch.pl warnings: |WARNING: Block comments use * on subsequent lines |#34: FILE: include/linux/bug.h:34: |+/* Force a compilation error if condition is true, but also produce a |+ result (of value 0 and type size_t), so the expression can be used |WARNING: Block comments

[PATCH v5 2/6] linux/bug.h: correct formatting of block comment

2017-05-25 Thread Ian Abbott
Correct these checkpatch.pl warnings: |WARNING: Block comments use * on subsequent lines |#34: FILE: include/linux/bug.h:34: |+/* Force a compilation error if condition is true, but also produce a |+ result (of value 0 and type size_t), so the expression can be used |WARNING: Block comments