Message ID | 20201228205327.1063-1-rdunlap@infradead.org (mailing list archive) |
---|---|
Headers | show |
Series | Documentation: HID: edit/correct all files | expand |
On Mon, 28 Dec 2020 12:53:19 -0800 Randy Dunlap <rdunlap@infradead.org> wrote: > Make editing corrections to all files in Documentation/hid/. As with all docs, we could bikeshed this for ever and a day, but these changes seem to be good to me. I did argue with myself over "an HID" vs "a HID" depending on whether people tend to go with hid (as a word) vs H.I.D. (spelling out the acronym) but I think hid is the one I've heard more commonly. Reviewed-by: Jonathan Cameron <Jonathan.Cameron@huawei.com> Thanks, Jonathan > > Cc: Jiri Kosina <jikos@kernel.org> > Cc: Benjamin Tissoires <benjamin.tissoires@redhat.com> > Cc: linux-input@vger.kernel.org > Cc: Jonathan Cameron <jic23@kernel.org> > Cc: Srinivas Pandruvada <srinivas.pandruvada@linux.intel.com> > Cc: linux-iio@vger.kernel.org > Cc: Jonathan Corbet <corbet@lwn.net> > Cc: linux-doc@vger.kernel.org > > [PATCH v2 1/8] Documentation: HID: hid-alps editing & corrections > [PATCH v2 2/8] Documentation: HID: amd-sfh-hid editing & corrections > [PATCH v2 3/8] Documentation: HID: hiddev editing & corrections > [PATCH v2 4/8] Documentation: HID: intel-ish-hid editing & corrections > [PATCH v2 5/8] Documentation: HID: hidraw editing & corrections > [PATCH v2 6/8] Documentation: HID: hid-sensor editing & corrections > [PATCH v2 7/8] Documentation: HID: hid-transport editing & corrections > [PATCH v2 8/8] Documentation: HID: uhid editing & corrections > > Documentation/hid/amd-sfh-hid.rst | 22 +++---- > Documentation/hid/hid-alps.rst | 4 - > Documentation/hid/hid-sensor.rst | 18 +++--- > Documentation/hid/hid-transport.rst | 12 ++-- > Documentation/hid/hiddev.rst | 10 +-- > Documentation/hid/hidraw.rst | 5 + > Documentation/hid/intel-ish-hid.rst | 78 +++++++++++++------------- > Documentation/hid/uhid.rst | 34 +++++------ > 8 files changed, 93 insertions(+), 90 deletions(-)
On Mon, 28 Dec 2020, Randy Dunlap wrote: > Make editing corrections to all files in Documentation/hid/. > > Cc: Jiri Kosina <jikos@kernel.org> > Cc: Benjamin Tissoires <benjamin.tissoires@redhat.com> > Cc: linux-input@vger.kernel.org > Cc: Jonathan Cameron <jic23@kernel.org> > Cc: Srinivas Pandruvada <srinivas.pandruvada@linux.intel.com> > Cc: linux-iio@vger.kernel.org > Cc: Jonathan Corbet <corbet@lwn.net> > Cc: linux-doc@vger.kernel.org > > [PATCH v2 1/8] Documentation: HID: hid-alps editing & corrections > [PATCH v2 2/8] Documentation: HID: amd-sfh-hid editing & corrections > [PATCH v2 3/8] Documentation: HID: hiddev editing & corrections > [PATCH v2 4/8] Documentation: HID: intel-ish-hid editing & corrections > [PATCH v2 5/8] Documentation: HID: hidraw editing & corrections > [PATCH v2 6/8] Documentation: HID: hid-sensor editing & corrections > [PATCH v2 7/8] Documentation: HID: hid-transport editing & corrections > [PATCH v2 8/8] Documentation: HID: uhid editing & corrections > > Documentation/hid/amd-sfh-hid.rst | 22 +++---- > Documentation/hid/hid-alps.rst | 4 - > Documentation/hid/hid-sensor.rst | 18 +++--- > Documentation/hid/hid-transport.rst | 12 ++-- > Documentation/hid/hiddev.rst | 10 +-- > Documentation/hid/hidraw.rst | 5 + > Documentation/hid/intel-ish-hid.rst | 78 +++++++++++++------------- > Documentation/hid/uhid.rst | 34 +++++------ > 8 files changed, 93 insertions(+), 90 deletions(-) Queued in hid.git#for-5.12/doc. Thanks,