All of lore.kernel.org
 help / color / mirror / Atom feed
diff for duplicates of <200912192208027036843@usish.com>

diff --git a/a/1.txt b/N1/1.txt
index 646c084..67883db 100644
--- a/a/1.txt
+++ b/N1/1.txt
@@ -1,4 +1,4 @@
-RE£º[PATCH 5/7] drivers/scsi/pm8001: Use kzalloc for allocating onlyone thing
+RE:[PATCH 5/7] drivers/scsi/pm8001: Use kzalloc for allocating onlyone thing
 
 From: Julia Lawall <julia@diku.dk>
 
@@ -28,7 +28,8 @@ diff -u -p a/drivers/scsi/pm8001/pm8001_init.c b/drivers/scsi/pm8001/pm8001_init
 @@ -654,7 +654,7 @@ static int __devinit pm8001_pci_probe(st
  	}
  	chip = &pm8001_chips[ent->driver_data];
- 	SHOST_TO_SAS_HA(shost) -		kcalloc(1, sizeof(struct sas_ha_struct), GFP_KERNEL);
+ 	SHOST_TO_SAS_HA(shost) =
+-		kcalloc(1, sizeof(struct sas_ha_struct), GFP_KERNEL);
 +		kzalloc(sizeof(struct sas_ha_struct), GFP_KERNEL);
  	if (!SHOST_TO_SAS_HA(shost)) {
  		rc = -ENOMEM;
@@ -37,4 +38,3 @@ diff -u -p a/drivers/scsi/pm8001/pm8001_init.c b/drivers/scsi/pm8001/pm8001_init
 
 [Jack]Acked-by:Jack Wang <jack_wang@usish.com>
 Thanks, Julia
-ÿôèº{.nÇ+‰·Ÿ®‰­†+%ŠËÿ±éݶ\x17¥Šwÿº{.nÇ+‰·¤z¹Þ—øÚž+h®ÏâžØ^n‡r¡ö¦zË\x1aëh™¨è­Ú&£ûàz¿äz¹Þ—ú+€Ê+zf£¢·hšˆ§~†­†Ûiÿÿïêÿ‘êçz_è®\x0fæj:+v‰¨þ)ߣøm
diff --git a/a/content_digest b/N1/content_digest
index 77315d1..a8a8a24 100644
--- a/a/content_digest
+++ b/N1/content_digest
@@ -1,14 +1,14 @@
  "ref\0Pine.LNX.4.64.0912190817110.30546@ask.diku.dk\0"
  "From\0jack_wang <jack_wang@usish.com>\0"
  "Subject\0Re: [PATCH 5/7] drivers/scsi/pm8001: Use kzalloc for allocating onlyone thing\0"
- "Date\0Sat, 19 Dec 2009 14:08:03 +0000\0"
+ "Date\0Sat, 19 Dec 2009 22:08:03 +0800\0"
  "To\0Julia Lawall <julia@diku.dk>"
   lindar_liu <lindar_liu@usish.com>
   James E.J. Bottomley <James.Bottomley@suse.de>
  " linux-scsi <linux-scsi@vger.kernel.org>linux-kernel <linu>\0"
  "\00:1\0"
  "b\0"
- "RE\302\243\302\272[PATCH 5/7] drivers/scsi/pm8001: Use kzalloc for allocating onlyone thing\n"
+ "RE\357\274\232[PATCH 5/7] drivers/scsi/pm8001: Use kzalloc for allocating onlyone thing\n"
  "\n"
  "From: Julia Lawall <julia@diku.dk>\n"
  "\n"
@@ -38,7 +38,8 @@
  "@@ -654,7 +654,7 @@ static int __devinit pm8001_pci_probe(st\n"
  " \t}\n"
  " \tchip = &pm8001_chips[ent->driver_data];\n"
- " \tSHOST_TO_SAS_HA(shost) -\t\tkcalloc(1, sizeof(struct sas_ha_struct), GFP_KERNEL);\n"
+ " \tSHOST_TO_SAS_HA(shost) =\n"
+ "-\t\tkcalloc(1, sizeof(struct sas_ha_struct), GFP_KERNEL);\n"
  "+\t\tkzalloc(sizeof(struct sas_ha_struct), GFP_KERNEL);\n"
  " \tif (!SHOST_TO_SAS_HA(shost)) {\n"
  " \t\trc = -ENOMEM;\n"
@@ -46,7 +47,6 @@
  "\n"
  "\n"
  "[Jack]Acked-by:Jack Wang <jack_wang@usish.com>\n"
- "Thanks, Julia\n"
- "\303\277\303\264\303\250\302\272{.n\303\207+\302\211\302\267\302\237\302\256\302\211\302\255\302\206+%\302\212\303\213\303\277\302\261\303\251\303\235\302\266\027\302\245\302\212w\303\277\302\272{.n\303\207+\302\211\302\267\302\244z\302\271\303\236\302\227\303\270\303\232\302\236+h\302\256\303\217\303\242\302\236\303\230^n\302\207r\302\241\303\266\302\246z\303\213\032\302\201\303\253h\302\231\302\250\303\250\302\255\303\232&\302\243\303\273\303\240z\302\277\303\244z\302\271\303\236\302\227\303\272+\302\200\303\212+zf\302\243\302\242\302\267h\302\232\302\210\302\247~\302\206\302\255\302\206\303\233i\303\277\303\277\303\257\302\201\303\252\303\277\302\221\303\252\303\247z_\303\250\302\256\017\303\246j:+v\302\211\302\250\303\276)\303\237\302\243\303\270m"
+ Thanks, Julia
 
-9e917ece94cb12308db6a60c4d24ee98d78df1eb3e138dc65af6a664d8b183f0
+c88029171a5310205bbea5ed520e773c67881c1871fd58ab889cb19fc2d8be0d

diff --git a/a/1.txt b/N2/1.txt
index 646c084..1b5f55f 100644
--- a/a/1.txt
+++ b/N2/1.txt
@@ -28,7 +28,8 @@ diff -u -p a/drivers/scsi/pm8001/pm8001_init.c b/drivers/scsi/pm8001/pm8001_init
 @@ -654,7 +654,7 @@ static int __devinit pm8001_pci_probe(st
  	}
  	chip = &pm8001_chips[ent->driver_data];
- 	SHOST_TO_SAS_HA(shost) -		kcalloc(1, sizeof(struct sas_ha_struct), GFP_KERNEL);
+ 	SHOST_TO_SAS_HA(shost) =
+-		kcalloc(1, sizeof(struct sas_ha_struct), GFP_KERNEL);
 +		kzalloc(sizeof(struct sas_ha_struct), GFP_KERNEL);
  	if (!SHOST_TO_SAS_HA(shost)) {
  		rc = -ENOMEM;
@@ -37,4 +38,4 @@ diff -u -p a/drivers/scsi/pm8001/pm8001_init.c b/drivers/scsi/pm8001/pm8001_init
 
 [Jack]Acked-by:Jack Wang <jack_wang@usish.com>
 Thanks, Julia
-ÿôèº{.nÇ+‰·Ÿ®‰­†+%ŠËÿ±éݶ\x17¥Šwÿº{.nÇ+‰·¤z¹Þ—øÚž+h®ÏâžØ^n‡r¡ö¦zË\x1aëh™¨è­Ú&£ûàz¿äz¹Þ—ú+€Ê+zf£¢·hšˆ§~†­†Ûiÿÿïêÿ‘êçz_è®\x0fæj:+v‰¨þ)ߣøm
+ÿôèº{.nÇ+‰·Ÿ®‰­†+%ŠËÿ±éݶ\x17¥Šwÿº{.nÇ+‰·¥Š{±þG«éÿŠ{ayº\x1dʇڙë,j\a­¢f£¢·hšïêÿ‘êçz_è®\x03(­éšŽŠÝ¢j"ú\x1a¶^[m§ÿÿ¾\a«þG«éÿ¢¸?™¨è­Ú&£ø§~á¶iO•æ¬z·švØ^\x14\x04\x1a¶^[m§ÿÿÃ\fÿ¶ìÿ¢¸?–I¥
diff --git a/a/content_digest b/N2/content_digest
index 77315d1..78f6bfa 100644
--- a/a/content_digest
+++ b/N2/content_digest
@@ -1,11 +1,13 @@
  "ref\0Pine.LNX.4.64.0912190817110.30546@ask.diku.dk\0"
  "From\0jack_wang <jack_wang@usish.com>\0"
  "Subject\0Re: [PATCH 5/7] drivers/scsi/pm8001: Use kzalloc for allocating onlyone thing\0"
- "Date\0Sat, 19 Dec 2009 14:08:03 +0000\0"
+ "Date\0Sat, 19 Dec 2009 22:08:03 +0800\0"
  "To\0Julia Lawall <julia@diku.dk>"
   lindar_liu <lindar_liu@usish.com>
   James E.J. Bottomley <James.Bottomley@suse.de>
- " linux-scsi <linux-scsi@vger.kernel.org>linux-kernel <linu>\0"
+  linux-scsi <linux-scsi@vger.kernel.org>
+  linux-kernel <linux-kernel@vger.kernel.org>
+ " kernel-janitors <kernel-janitors@vger.kernel.org>\0"
  "\00:1\0"
  "b\0"
  "RE\302\243\302\272[PATCH 5/7] drivers/scsi/pm8001: Use kzalloc for allocating onlyone thing\n"
@@ -38,7 +40,8 @@
  "@@ -654,7 +654,7 @@ static int __devinit pm8001_pci_probe(st\n"
  " \t}\n"
  " \tchip = &pm8001_chips[ent->driver_data];\n"
- " \tSHOST_TO_SAS_HA(shost) -\t\tkcalloc(1, sizeof(struct sas_ha_struct), GFP_KERNEL);\n"
+ " \tSHOST_TO_SAS_HA(shost) =\n"
+ "-\t\tkcalloc(1, sizeof(struct sas_ha_struct), GFP_KERNEL);\n"
  "+\t\tkzalloc(sizeof(struct sas_ha_struct), GFP_KERNEL);\n"
  " \tif (!SHOST_TO_SAS_HA(shost)) {\n"
  " \t\trc = -ENOMEM;\n"
@@ -47,6 +50,6 @@
  "\n"
  "[Jack]Acked-by:Jack Wang <jack_wang@usish.com>\n"
  "Thanks, Julia\n"
- "\303\277\303\264\303\250\302\272{.n\303\207+\302\211\302\267\302\237\302\256\302\211\302\255\302\206+%\302\212\303\213\303\277\302\261\303\251\303\235\302\266\027\302\245\302\212w\303\277\302\272{.n\303\207+\302\211\302\267\302\244z\302\271\303\236\302\227\303\270\303\232\302\236+h\302\256\303\217\303\242\302\236\303\230^n\302\207r\302\241\303\266\302\246z\303\213\032\302\201\303\253h\302\231\302\250\303\250\302\255\303\232&\302\243\303\273\303\240z\302\277\303\244z\302\271\303\236\302\227\303\272+\302\200\303\212+zf\302\243\302\242\302\267h\302\232\302\210\302\247~\302\206\302\255\302\206\303\233i\303\277\303\277\303\257\302\201\303\252\303\277\302\221\303\252\303\247z_\303\250\302\256\017\303\246j:+v\302\211\302\250\303\276)\303\237\302\243\303\270m"
+ "\303\277\303\264\303\250\302\272{.n\303\207+\302\211\302\267\302\237\302\256\302\211\302\255\302\206+%\302\212\303\213\303\277\302\261\303\251\303\235\302\266\027\302\245\302\212w\303\277\302\272{.n\303\207+\302\211\302\267\302\245\302\212{\302\261\303\276G\302\253\302\235\303\251\303\277\302\212{ay\302\272\035\303\212\302\207\303\232\302\231\303\253,j\a\302\255\302\242f\302\243\302\242\302\267h\302\232\302\217\303\257\302\201\303\252\303\277\302\221\303\252\303\247z_\303\250\302\256\003(\302\255\303\251\302\232\302\216\302\212\303\235\302\242j\"\302\235\303\272\032\302\266\033m\302\247\303\277\303\277\302\276\a\302\253\303\276G\302\253\302\235\303\251\303\277\302\242\302\270?\302\231\302\250\303\250\302\255\303\232&\302\243\303\270\302\247~\302\217\303\241\302\266iO\302\225\303\246\302\254z\302\267\302\232v\303\230^\024\004\032\302\266\033m\302\247\303\277\303\277\303\203\f\303\277\302\266\303\254\303\277\302\242\302\270?\302\226I\302\245"
 
-9e917ece94cb12308db6a60c4d24ee98d78df1eb3e138dc65af6a664d8b183f0
+bf06df47c1a4f30f03b523a8ae6d8670abffcab390cc41e055a3e7eaa1b7a5f3

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.