On Thu, 19 Apr 2007 08:02:07 +0900 FUJITA Tomonori <fujita.tomonori at lab.ntt.co.jp> wrote: > From: Hu Gang <hugang at soulinfo.com> > Subject: Re: [Stgt-devel] [patch] modularization target types. V2. > Date: Wed, 18 Apr 2007 09:59:29 +0800 > > > On Tue, 17 Apr 2007 16:40:52 +0900 > > FUJITA Tomonori <fujita.tomonori at lab.ntt.co.jp> wrote: > > > > > From: Hu Gang <hugang at soulinfo.com> > > > Subject: [Stgt-devel] [patch] modularization target types. V2. > > > Date: Mon, 16 Apr 2007 18:29:06 +0800 > > > > > > > this patch adding support mutiple scsi type as a modules. > > > > > > > > --- > > > > > > > > usr/mmc.c | 7 ++++++- > > > > usr/osd.c | 7 ++++++- > > > > usr/sbc.c | 7 ++++++- > > > > usr/spt.c | 8 +++++++- > > > > usr/target.c | 61 +++++++++++++++++++++++++++++++++++++++++++--------------- > > > > usr/tgtd.h | 4 ++++ > > > > 6 files changed, 74 insertions(+), 20 deletions(-) > > > > > > Thanks, but: > > > > > > rouen:~/git/tgt/usr$ git-apply --whitespace=error < ~/Mail/inbox/8 > > > Adds trailing whitespace. > > > <stdin>:203: > > > Adds trailing whitespace. > > > <stdin>:215: > > > Adds trailing whitespace. > > > <stdin>:276: shprintf(total, buf, rest, > > > fatal: 3 lines add trailing whitespaces. > > > > > > > I attached the patch into the email, hope it can clean to apply. > > Nope. > > rouen:~/git/tgt$ git-apply --whitespace=error < ~/tgt_temp_module.diff > Adds trailing whitespace. > <stdin>:126: > Adds trailing whitespace. > <stdin>:138: > Adds trailing whitespace. > <stdin>:199: shprintf(total, buf, rest, > fatal: 3 lines add trailing whitespaces. > > > Please make sure your mailer works properly before posting to the > mailing list. > OK, here is the clean patch. -------------- next part -------------- A non-text attachment was scrubbed... Name: 02_type_per_lu.diff Type: text/x-patch Size: 11269 bytes Desc: not available Url : https://lists.berlios.de/pipermail/stgt-devel/attachments/20070420/592cff8b/attachment.bin -------------- next part -------------- A non-text attachment was scrubbed... Name: 03_tgt_temp_module.diff Type: text/x-patch Size: 5959 bytes Desc: not available Url : https://lists.berlios.de/pipermail/stgt-devel/attachments/20070420/592cff8b/attachment-0001.bin |