mirror of https://lore.kernel.org/lkml/
 help / color / mirror / Atom feed
From: "Alim Akhtar" <alim.akhtar@samsung.com>
To: "'Lee Jones'" <lee.jones@linaro.org>, <martin.petersen@oracle.com>
Cc: <linux-kernel@vger.kernel.org>,
	"'Avri Altman'" <avri.altman@wdc.com>,
	"'Santosh Yaraganavi'" <santosh.sy@samsung.com>,
	"'Vinayak Holikatti'" <h.vinayak@samsung.com>
Subject: RE: [PATCH 11/19] scsi: ufs: ufshcd: Fix some function doc-rot
Date: Mon, 2 Nov 2020 18:38:00 +0530	[thread overview]
Message-ID: <0c1c01d6b119$31c98f00$955cad00$@samsung.com> (raw)
In-Reply-To: <20201102115728.1077697-12-lee.jones@linaro.org>

Hi

> -----Original Message-----
> From: Lee Jones <lee.jones@linaro.org>
> Sent: 02 November 2020 17:27
> To: martin.petersen@oracle.com
> Cc: linux-kernel@vger.kernel.org; Lee Jones <lee.jones@linaro.org>; Alim
> Akhtar <alim.akhtar@samsung.com>; Avri Altman <avri.altman@wdc.com>;
> Santosh Yaraganavi <santosh.sy@samsung.com>; Vinayak Holikatti
> <h.vinayak@samsung.com>
> Subject: [PATCH 11/19] scsi: ufs: ufshcd: Fix some function doc-rot
> 
> Fixes the following W=1 kernel build warning(s):
> 
>  drivers/scsi/ufs/ufshcd.c:6603: warning: Function parameter or member
> 'hba' not described in 'ufshcd_try_to_abort_task'
>  drivers/scsi/ufs/ufshcd.c:6603: warning: Function parameter or member
'tag'
> not described in 'ufshcd_try_to_abort_task'
>  drivers/scsi/ufs/ufshcd.c:6603: warning: Excess function parameter 'cmd'
> description in 'ufshcd_try_to_abort_task'
> 
> Cc: Alim Akhtar <alim.akhtar@samsung.com>
> Cc: Avri Altman <avri.altman@wdc.com>
> Cc: Santosh Yaraganavi <santosh.sy@samsung.com>
> Cc: Vinayak Holikatti <h.vinayak@samsung.com>
> Signed-off-by: Lee Jones <lee.jones@linaro.org>
> ---
Thanks!

Acked-by: Alim Akhtar <alim.akhtar@samsung.com>




  reply	other threads:[~2020-11-02 13:08 UTC|newest]

Thread overview: 21+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2020-11-02 11:57 [PATCH 00/19] Rid W=1 warnings in SCSI Lee Jones
2020-11-02 11:57 ` [PATCH 01/19] scsi: aic7xxx: aic79xx_osm: Remove unused variable 'saved_scsiid' Lee Jones
2020-11-02 11:57 ` [PATCH 02/19] scsi: mpt3sas: mpt3sas_scsih: Fix function documentation formatting Lee Jones
2020-11-02 11:57 ` [PATCH 03/19] scsi: lpfc: lpfc_scsi: Fix a whole host of kernel-doc issues Lee Jones
2020-11-02 11:57 ` [PATCH 04/19] scsi: lpfc: lpfc_attr: Demote kernel-doc format for redefined functions Lee Jones
2020-11-02 11:57 ` [PATCH 05/19] scsi: lpfc: lpfc_attr: Fix-up a bunch of kernel-doc misdemeanours Lee Jones
2020-11-02 11:57 ` [PATCH 06/19] scsi: lpfc: lpfc_debugfs: Fix a couple of function documentation issues Lee Jones
2020-11-02 11:57 ` [PATCH 07/19] scsi: lpfc: lpfc_bsg: Provide correct documentation for a bunch of functions Lee Jones
2020-11-02 11:57 ` [PATCH 08/19] scsi: esas2r: esas2r_disc: Place brackets around a potentially empty if() Lee Jones
2020-11-02 11:57 ` [PATCH 09/19] scsi: esas2r: esas2r_init: " Lee Jones
2020-11-02 11:57 ` [PATCH 10/19] scsi: lpfc: lpfc_nvme: Remove unused variable 'phba' Lee Jones
2020-11-02 11:57 ` [PATCH 11/19] scsi: ufs: ufshcd: Fix some function doc-rot Lee Jones
2020-11-02 13:08   ` Alim Akhtar [this message]
2020-11-02 11:57 ` [PATCH 12/19] scsi: lpfc: lpfc_nvme: Fix some kernel-doc related issues Lee Jones
2020-11-02 11:57 ` [PATCH 13/19] scsi: esas2r: esas2r_int: Add brackets around potentially empty if()s Lee Jones
2020-11-02 11:57 ` [PATCH 14/19] scsi: lpfc: lpfc_nvmet: Fix-up some formatting and doc-rot issues Lee Jones
2020-11-02 11:57 ` [PATCH 15/19] scsi: esas2r: esas2r_main: Demote non-conformant kernel-doc header Lee Jones
2020-11-02 11:57 ` [PATCH 16/19] scsi: advansys: Relocate or remove unused variables Lee Jones
2020-11-02 11:57 ` [PATCH 17/19] scsi: dc395x: Remove a few " Lee Jones
2020-11-02 11:57 ` [PATCH 18/19] scsi: dc395x: Mark 's_stat2' as __maybe_unused Lee Jones
2020-11-02 11:57 ` [PATCH 19/19] scsi: hpsa: Strip out a bunch of set but unused variables Lee Jones

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='0c1c01d6b119$31c98f00$955cad00$@samsung.com' \
    --to=alim.akhtar@samsung.com \
    --cc=avri.altman@wdc.com \
    --cc=h.vinayak@samsung.com \
    --cc=lee.jones@linaro.org \
    --cc=linux-kernel@vger.kernel.org \
    --cc=martin.petersen@oracle.com \
    --cc=santosh.sy@samsung.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

all inboxes | Powered by JetHome®