Re: [PATCH] drivers/scsi/cxgbi: correcting the include path, so can pass compiling.

2013-02-27 Thread Chen Gang
I find another more suitable way to fix this issue. using ccflags-y instead of EXTRA_FLAGS. according to the file ./script/checkpatch.pl: 1755 if (($realfile =~ /Makefile.*/ || $realfile =~ /Kbuild.*/) && 1756 ($line =~ /\+(EXTRA_[A-Z]+FLAGS).*/)) {

Re: [PATCH] drivers/scsi/cxgbi: correcting the include path, so can pass compiling.

2013-02-27 Thread Chen Gang
Hello relative Maintainers: could any one help checking this patch ? this patch fixes the compiling issue. the make command in my x86_64 laptop is: "make V=1 allmodconfig" the patch was sent in Jan-12-2013, and get non-reply now. could you please give a glance when you have time.

Re: [PATCH] drivers/scsi/cxgbi: correcting the include path, so can pass compiling.

2013-01-28 Thread Chen Gang
Hello jbottom...@parallels.com have you already fixed it by another patches ? if so: better to let me know about it, so I should not bother you, again. else please give a glance to this patch, when you have time (since compiling errors are always belong to critical errors) t

Re: [PATCH] drivers/scsi/cxgbi: correcting the include path, so can pass compiling.

2013-01-19 Thread Chen Gang
Hello jbottom...@parallels.com when you have free time, could you give a glance for this patch ? thanks. gchen. 于 2013年01月12日 20:42, Chen Gang 写道: > > correct the include path, > or the compiler will report can not find "common.h"... > > both cxgb3/ and cxgb4/ sub directly have l2t

[PATCH] drivers/scsi/cxgbi: correcting the include path, so can pass compiling.

2013-01-12 Thread Chen Gang
correct the include path, or the compiler will report can not find "common.h"... both cxgb3/ and cxgb4/ sub directly have l2t.h (they are different). so it is not suitable to '-I' sub-directy, directly. Signed-off-by: Chen Gang --- drivers/scsi/cxgbi/Makefile|4 drive