Re: [PATCH 2/2] Areca RAID driver (arcmsr) cleanups

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



On Fri, Dec 30, 2005 at 09:21:58PM -0800, Randy.Dunlap wrote:
>  /*
> -**********************************************************************************
> -**********************************************************************************
> +***************************************************************************
> +***************************************************************************
>  */

I'd be inclined to remove these useless comment blocks altogether ...

> -	/* allocate scsi host information (includes out adapter) scsi_host_alloc==scsi_register */
> +	/* allocate scsi host information (includes our adapter)
> +	 * scsi_host_alloc==scsi_register */
>  	if ((host =
>  	     scsi_host_alloc(&arcmsr_scsi_host_template,
>  			     sizeof(struct ACB))) == 0) {

host = scsi_host_alloc(...)
if (!host) { ...

>  	 ************************************************************
> -	 ** We do not allow muti ioctls to the driver at the same duration.
> +	 ** We do not allow multi ioctls to the driver at the same duration.

s/duration/time/.  And how do they prevent that?

-
: send the line "unsubscribe linux-scsi" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at  http://vger.kernel.org/majordomo-info.html

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Index of Archives]     [SCSI Target Devel]     [Linux SCSI Target Infrastructure]     [Kernel Newbies]     [IDE]     [Security]     [Git]     [Netfilter]     [Bugtraq]     [Yosemite News]     [MIPS Linux]     [ARM Linux]     [Linux Security]     [Linux RAID]     [Linux ATA RAID]     [Linux IIO]     [Samba]     [Device Mapper]
  Powered by Linux