Re: [PATCH] include/linux/wait.h: add ';' for the statement which missed it.

2013-10-30 Thread Chen Gang
On 10/30/2013 11:40 PM, Peter Zijlstra wrote: > On Wed, Oct 30, 2013 at 08:15:31AM -0700, Randy Dunlap wrote: >> On 10/29/13 21:08, Chen Gang wrote: >>> Add ';' for the statement, or can not pass compiling. The related error >>> (for powerpc allmodconfig): >>> >>> CC block/blk-mq.o >>> b

Re: [PATCH] include/linux/wait.h: add ';' for the statement which missed it.

2013-10-30 Thread Peter Zijlstra
On Wed, Oct 30, 2013 at 08:15:31AM -0700, Randy Dunlap wrote: > On 10/29/13 21:08, Chen Gang wrote: > > Add ';' for the statement, or can not pass compiling. The related error > > (for powerpc allmodconfig): > > > > CC block/blk-mq.o > > block/blk-mq.c: In function ‘blk_mq_queue_enter’:

Re: [PATCH] include/linux/wait.h: add ';' for the statement which missed it.

2013-10-30 Thread Randy Dunlap
On 10/29/13 21:08, Chen Gang wrote: > Add ';' for the statement, or can not pass compiling. The related error > (for powerpc allmodconfig): > > CC block/blk-mq.o > block/blk-mq.c: In function ‘blk_mq_queue_enter’: > block/blk-mq.c:108:8: error: expected ‘;’ before ‘__ret’ > block/bl

[PATCH] include/linux/wait.h: add ';' for the statement which missed it.

2013-10-29 Thread Chen Gang
Add ';' for the statement, or can not pass compiling. The related error (for powerpc allmodconfig): CC block/blk-mq.o block/blk-mq.c: In function ‘blk_mq_queue_enter’: block/blk-mq.c:108:8: error: expected ‘;’ before ‘__ret’ block/blk-mq.c:108:6: error: void value not ignored as it