Re: + drivers-scsi-use-array_size-macro.patch added to -mm tree

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

 



On Mon, 2006-05-01 at 10:15 -0700, [email protected] wrote:
> diff -puN drivers/scsi/53c700.c~drivers-scsi-use-array_size-macro drivers/scsi/53c700.c
> --- devel/drivers/scsi/53c700.c~drivers-scsi-use-array_size-macro	2006-05-01 10:15:39.000000000 -0700
> +++ devel-akpm/drivers/scsi/53c700.c	2006-05-01 10:15:39.000000000 -0700
> @@ -316,7 +316,7 @@ NCR_700_detect(struct scsi_host_template
>  	BUG_ON(!dma_is_consistent(pScript) && L1_CACHE_BYTES < dma_get_cache_alignment());
>  	hostdata->slots = (struct NCR_700_command_slot *)(memory + SLOTS_OFFSET);
>  	hostdata->dev = dev;
> -		
> +
>  	pSlots = pScript + SLOTS_OFFSET;
>  
>  	/* Fill in the missing routines from the host template */

noise?

> @@ -332,19 +332,18 @@ NCR_700_detect(struct scsi_host_template
>  	tpnt->slave_destroy = NCR_700_slave_destroy;
>  	tpnt->change_queue_depth = NCR_700_change_queue_depth;
>  	tpnt->change_queue_type = NCR_700_change_queue_type;
> -	
> +

more noise?
> @@ -385,17 +382,17 @@ NCR_700_detect(struct scsi_host_template
>  	host->hostdata[0] = (unsigned long)hostdata;
>  	/* kick the chip */
>  	NCR_700_writeb(0xff, host, CTEST9_REG);
> -	if(hostdata->chip710) 
> +	if (hostdata->chip710)

while a nice cleanup.. does it fit in this patch?


(many more such things snipped)



-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to [email protected]
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Please read the FAQ at  http://www.tux.org/lkml/

[Index of Archives]     [Kernel Newbies]     [Netfilter]     [Bugtraq]     [Photo]     [Stuff]     [Gimp]     [Yosemite News]     [MIPS Linux]     [ARM Linux]     [Linux Security]     [Linux RAID]     [Video 4 Linux]     [Linux for the blind]     [Linux Resources]
  Powered by Linux