Commit 64624d4f46d5e439906bcd3a99a688c833506124

Authored by Hannes Reinecke
Committed by James Bottomley
1 parent b5720729f5

[SCSI] aic7xxx: Update Maintainer information

Might as well take the blame officially.

Signed-off-by: Hannes Reinecke <hare@suse.de>
Signed-off-by: James Bottomley <James.Bottomley@SteelEye.com>

Showing 3 changed files with 10 additions and 4 deletions Side-by-side Diff

... ... @@ -325,6 +325,12 @@
325 325 L: linux-scsi@vger.kernel.org
326 326 S: Maintained
327 327  
  328 +AIC7XXX / AIC79XX SCSI DRIVER
  329 +P: Hannes Reinecke
  330 +M: hare@suse.de
  331 +L: linux-scsi@vger.kernel.org
  332 +S: Maintained
  333 +
328 334 ALCATEL SPEEDTOUCH USB DRIVER
329 335 P: Duncan Sands
330 336 M: duncan.sands@free.fr
drivers/scsi/aic7xxx/aic79xx_osm.c
... ... @@ -315,8 +315,8 @@
315 315 */
316 316 static char *aic79xx = NULL;
317 317  
318   -MODULE_AUTHOR("Maintainer: Justin T. Gibbs <gibbs@scsiguy.com>");
319   -MODULE_DESCRIPTION("Adaptec Aic790X U320 SCSI Host Bus Adapter driver");
  318 +MODULE_AUTHOR("Maintainer: Hannes Reinecke <hare@suse.de>");
  319 +MODULE_DESCRIPTION("Adaptec AIC790X U320 SCSI Host Bus Adapter driver");
320 320 MODULE_LICENSE("Dual BSD/GPL");
321 321 MODULE_VERSION(AIC79XX_DRIVER_VERSION);
322 322 module_param(aic79xx, charp, 0444);
drivers/scsi/aic7xxx/aic7xxx_osm.c
... ... @@ -335,8 +335,8 @@
335 335 */
336 336 static char *aic7xxx = NULL;
337 337  
338   -MODULE_AUTHOR("Maintainer: Justin T. Gibbs <gibbs@scsiguy.com>");
339   -MODULE_DESCRIPTION("Adaptec Aic77XX/78XX SCSI Host Bus Adapter driver");
  338 +MODULE_AUTHOR("Maintainer: Hannes Reinecke <hare@suse.de>");
  339 +MODULE_DESCRIPTION("Adaptec AIC77XX/78XX SCSI Host Bus Adapter driver");
340 340 MODULE_LICENSE("Dual BSD/GPL");
341 341 MODULE_VERSION(AIC7XXX_DRIVER_VERSION);
342 342 module_param(aic7xxx, charp, 0444);