From: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
To: Grigor Tovmasyan <Grigor.Tovmasyan@synopsys.com>
Cc: John Youn <John.Youn@synopsys.com>,
Felipe Balbi <balbi@kernel.org>,
linux-usb@vger.kernel.org
Subject: [v1] usb: dwc2: Fix kernel doc's warnings.
Date: Tue, 3 Apr 2018 14:41:22 +0200 [thread overview]
Message-ID: <20180403124122.GA17354@kroah.com> (raw)
On Tue, Apr 03, 2018 at 03:28:22PM +0400, Grigor Tovmasyan wrote:
> Added descriptions for all not described parameters.
> Fix all kernel doc's warnings.
>
> Signed-off-by: Grigor Tovmasyan <tovmasya@synopsys.com>
> ---
>
> Changes from version 0:
>
> Rebased to balbi/next.
> Fixed new kernel-doc warnings which cames from new patches.
>
> ---
> drivers/usb/dwc2/core.c | 7 ++
> drivers/usb/dwc2/core.h | 166 +++++++++++++++++++++++++++++++++++--------
> drivers/usb/dwc2/debug.h | 2 +-
> drivers/usb/dwc2/debugfs.c | 19 ++---
> drivers/usb/dwc2/gadget.c | 29 +++++---
> drivers/usb/dwc2/hcd.c | 3 +-
> drivers/usb/dwc2/hcd.h | 14 ++--
> drivers/usb/dwc2/hcd_ddma.c | 1 +
> drivers/usb/dwc2/hcd_intr.c | 12 ++++
> drivers/usb/dwc2/hcd_queue.c | 5 +-
> drivers/usb/dwc2/params.c | 8 +++
> drivers/usb/dwc2/pci.c | 6 ++
> 12 files changed, 213 insertions(+), 59 deletions(-)
>
> diff --git a/drivers/usb/dwc2/core.c b/drivers/usb/dwc2/core.c
> index 18a0a1771289..179225e2da90 100644
> --- a/drivers/usb/dwc2/core.c
> +++ b/drivers/usb/dwc2/core.c
> @@ -419,6 +419,8 @@ static void dwc2_wait_for_mode(struct dwc2_hsotg *hsotg,
> /**
> * dwc2_iddig_filter_enabled() - Returns true if the IDDIG debounce
> * filter is enabled.
> + *
> + *@hsotg: Programming view of DWC_otg controller
You need a ' ' before the '@' :(
---
To unsubscribe from this list: send the line "unsubscribe linux-usb" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
next reply other threads:[~2018-04-03 12:41 UTC|newest]
Thread overview: 4+ messages / expand[flat|nested] mbox.gz Atom feed top
2018-04-03 12:41 Greg Kroah-Hartman [this message]
-- strict thread matches above, loose matches on Subject: below --
2018-04-03 13:25 [v1] usb: dwc2: Fix kernel doc's warnings Grigor Tovmasyan
2018-04-03 13:10 Grigor Tovmasyan
2018-04-03 11:28 Grigor Tovmasyan
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=20180403124122.GA17354@kroah.com \
--to=gregkh@linuxfoundation.org \
--cc=Grigor.Tovmasyan@synopsys.com \
--cc=John.Youn@synopsys.com \
--cc=balbi@kernel.org \
--cc=linux-usb@vger.kernel.org \
/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;
as well as URLs for NNTP newsgroup(s).