[PATCH] staging: unisys: Remove unnecessary spaces after casts in virthba.c

Dan Carpenter dan.carpenter at oracle.com
Thu Nov 6 15:54:55 UTC 2014


On Thu, Nov 06, 2014 at 10:33:28AM -0500, Ken Depro wrote:
> -	LOGINF("virtpcidev bus_no<<%d>>devNo<<%d>>", virtpcidev->bus_no,
> -	       virtpcidev->device_no);
> -	virthbainfo = (struct virthba_info *) scsihost->hostdata;
> +	LOGINF("virtpcidev busNo<<%d>>devNo<<%d>>", virtpcidev->busNo,
> +	       virtpcidev->deviceNo);

That's odd.  Some struct members are renamed.  Does this introduce a
compile problem or does it fix one?

regards,
dan carpenter




More information about the devel mailing list