[<prev] [next>] [<thread-prev] [day] [month] [year] [list]
Message-ID: <MN2PR04MB699129A4ADCCA58322AD8EDDFC5D0@MN2PR04MB6991.namprd04.prod.outlook.com>
Date: Wed, 4 Dec 2019 07:12:59 +0000
From: Avri Altman <Avri.Altman@....com>
To: Bean Huo <huobean@...il.com>,
"alim.akhtar@...sung.com" <alim.akhtar@...sung.com>,
"pedrom.sousa@...opsys.com" <pedrom.sousa@...opsys.com>,
"jejb@...ux.ibm.com" <jejb@...ux.ibm.com>,
"martin.petersen@...cle.com" <martin.petersen@...cle.com>,
"stanley.chu@...iatek.com" <stanley.chu@...iatek.com>,
"beanhuo@...ron.com" <beanhuo@...ron.com>,
"bvanassche@....org" <bvanassche@....org>,
"tomas.winkler@...el.com" <tomas.winkler@...el.com>,
"cang@...eaurora.org" <cang@...eaurora.org>
CC: "linux-scsi@...r.kernel.org" <linux-scsi@...r.kernel.org>,
"linux-kernel@...r.kernel.org" <linux-kernel@...r.kernel.org>
Subject: RE: [PATCH RESEND] scsi: ufs: delete unused structure filed tc
> From: Bean Huo <beanhuo@...ron.com>
>
> Delete unused structure field tc in structure utp_upiu_req, since no person uses
Typo tc -> tr
Thanks,
Avri
> it for task management.
>
> Fixes: df032bf27a41 ("scsi: ufs: Add a bsg endpoint that supports UPIUs")
> Signed-off-by: Bean Huo <beanhuo@...ron.com>
> ---
> include/uapi/scsi/scsi_bsg_ufs.h | 3 +--
> 1 file changed, 1 insertion(+), 2 deletions(-)
>
> diff --git a/include/uapi/scsi/scsi_bsg_ufs.h b/include/uapi/scsi/scsi_bsg_ufs.h
> index 9988db6ad244..d55f2176dfd4 100644
> --- a/include/uapi/scsi/scsi_bsg_ufs.h
> +++ b/include/uapi/scsi/scsi_bsg_ufs.h
> @@ -68,14 +68,13 @@ struct utp_upiu_cmd {
> * @header:UPIU header structure DW-0 to DW-2
> * @sc: fields structure for scsi command DW-3 to DW-7
> * @qr: fields structure for query request DW-3 to DW-7
> + * @uc: use utp_upiu_query to host the 4 dwords of uic command
> */
> struct utp_upiu_req {
> struct utp_upiu_header header;
> union {
> struct utp_upiu_cmd sc;
> struct utp_upiu_query qr;
> - struct utp_upiu_query tr;
> - /* use utp_upiu_query to host the 4 dwords of uic command */
> struct utp_upiu_query uc;
> };
> };
> --
> 2.17.1
Powered by blists - more mailing lists