From: James Bottomley <James.Bottomley@HansenPartnership.com>
To: Anand <anandkumar_santhanam@pmc-sierra.com>
Cc: linux-scsi@vger.kernel.org, sakthivel.sk@hcl.com,
Sangeetha.Gnanasekaran@pmcs.com, Harry.Yang@pmcs.com,
Rich.Bono@pmcs.com, xjtuwjp@gmail.com, Vishwanath.Maram@pmcs.com
Subject: Re: [PATCH V5 12/12] pm80xx: thermal, sas controller config and error handling update
Date: Mon, 06 May 2013 23:10:21 -0700 [thread overview]
Message-ID: <1367907021.1868.76.camel@dabdike> (raw)
In-Reply-To: <5187DC25.3060207@pmc-sierra.com>
On Mon, 2013-05-06 at 09:36 -0700, Anand wrote:
> diff --git a/drivers/scsi/pm8001/pm80xx_hwi.h b/drivers/scsi/pm8001/pm80xx_hwi.h
> index 0c15627..ea127b6 100644
> --- a/drivers/scsi/pm8001/pm80xx_hwi.h
> +++ b/drivers/scsi/pm8001/pm80xx_hwi.h
[...]
> @@ -996,6 +1020,23 @@ struct ssp_coalesced_comp_resp {
>
> /* new outbound structure for spcv - ends */
>
> +/* brief data structure for SAS protocol timer configuration page.
> + *
> + */
> +struct SASProtocolTimerConfig{
> + __le32 pageCode; /* 0 */
> + __le32 MST_MSI; /* 1 */
> + __le32 STP_SSP_MCT_TMO; /* 2 */
> + __le32 STP_FRM_TMO; /* 3 */
> + __le32 STP_IDLE_TMO; /* 4 */
> + __le32 OPNRJT_RTRY_INTVL; /* 5 */
> + __le32 Data_Cmd_OPNRJT_RTRY_TMO; /* 6 */
> + __le32 Data_Cmd_OPNRJT_RTRY_THR; /* 7 */
> + __le32 MAX_AIP; /* 8 */
> +} __attribute__((packed, aligned(4)));
This is wrongly aligned using spaces instead of tabs ... since the rest
of the file is OK, you cut and pasted this from somewhere.
checkpatch.pl warns about this stuff, please use it.
James
prev parent reply other threads:[~2013-05-07 6:10 UTC|newest]
Thread overview: 2+ messages / expand[flat|nested] mbox.gz Atom feed top
2013-05-06 16:36 [PATCH V5 12/12] pm80xx: thermal, sas controller config and error handling update Anand
2013-05-07 6:10 ` James Bottomley [this message]
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=1367907021.1868.76.camel@dabdike \
--to=james.bottomley@hansenpartnership.com \
--cc=Harry.Yang@pmcs.com \
--cc=Rich.Bono@pmcs.com \
--cc=Sangeetha.Gnanasekaran@pmcs.com \
--cc=Vishwanath.Maram@pmcs.com \
--cc=anandkumar_santhanam@pmc-sierra.com \
--cc=linux-scsi@vger.kernel.org \
--cc=sakthivel.sk@hcl.com \
--cc=xjtuwjp@gmail.com \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox