mbox series

[0/2,v2] HID: fix some kernel-doc notations

Message ID 20210119200723.12092-1-rdunlap@infradead.org (mailing list archive)
Headers show
Series HID: fix some kernel-doc notations | expand

Message

Randy Dunlap Jan. 19, 2021, 8:07 p.m. UTC
Clean up kernel-doc notation in 2 <linux/hid*.h> files
and in drivers/hid/hid-quirks.c.

Cc: Jiri Kosina <jikos@kernel.org>
Cc: Benjamin Tissoires <benjamin.tissoires@redhat.com>
Cc: linux-input@vger.kernel.org

rebase & resend:
[PATCH 1/2 v2] HID: correct kernel-doc notation in <linux/hid*.h>
[PATCH 2/2 v2] HID: correct kernel-doc notation in hid-quirks.c

 drivers/hid/hid-quirks.c       |   25 ++++++++++++++-----------
 include/linux/hid-sensor-hub.h |    9 +++++----
 include/linux/hid.h            |   15 +++++++++++----
 3 files changed, 30 insertions(+), 19 deletions(-)

Comments

Jiri Kosina Jan. 26, 2021, 1:24 p.m. UTC | #1
On Tue, 19 Jan 2021, Randy Dunlap wrote:

> Clean up kernel-doc notation in 2 <linux/hid*.h> files
> and in drivers/hid/hid-quirks.c.
> 
> Cc: Jiri Kosina <jikos@kernel.org>
> Cc: Benjamin Tissoires <benjamin.tissoires@redhat.com>
> Cc: linux-input@vger.kernel.org
> 
> rebase & resend:
> [PATCH 1/2 v2] HID: correct kernel-doc notation in <linux/hid*.h>
> [PATCH 2/2 v2] HID: correct kernel-doc notation in hid-quirks.c

Applied, thanks Randy.