From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Date: Thu, 6 Nov 2014 18:54:55 +0300 From: Dan Carpenter Subject: Re: [PATCH] staging: unisys: Remove unnecessary spaces after casts in virthba.c Message-ID: <20141106155455.GA17639@mwanda> References: <1415288008-5096-1-git-send-email-kenneth.depro@unisys.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <1415288008-5096-1-git-send-email-kenneth.depro@unisys.com> List-ID: To: Ken Depro Cc: gregkh@linuxfoundation.org, driverdev-devel@linuxdriverproject.org, sparmaintainer@unisys.com 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