Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > linux.kernel > #1583874
| From | Bruno Prémont <bonbons@linux-vserver.org> |
|---|---|
| Newsgroups | linux.kernel |
| Subject | Re: [PATCH trivial 1/4] HID: picoLCD: Spelling s/REPORT_WRTIE_MEMORY/REPORT_WRITE_MEMORY/ |
| Date | 2017-02-18 10:40 +0100 |
| Message-ID | <tc9EJ-5W-17@gated-at.bofh.it> (permalink) |
| References | <tbSNz-63T-3@gated-at.bofh.it> |
| Organization | linux.* mail to news gateway |
Hi Geert, Jiri, Fine with me, Acked-by: Bruno Prémont <bonbons@linux-vserver.org> On Fri, 17 Feb 2017 16:36:36 Geert Uytterhoeven <geert+renesas@glider.be> wrote: > Signed-off-by: Geert Uytterhoeven <geert+renesas@glider.be> > Cc: Bruno Prémont <bonbons@linux-vserver.org> > Cc: linux-input@vger.kernel.org > --- > drivers/hid/hid-picolcd_debugfs.c | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > > diff --git a/drivers/hid/hid-picolcd_debugfs.c b/drivers/hid/hid-picolcd_debugfs.c > index 3c13af6844108f97..3e0feb4bb5380978 100644 > --- a/drivers/hid/hid-picolcd_debugfs.c > +++ b/drivers/hid/hid-picolcd_debugfs.c > @@ -736,7 +736,7 @@ void picolcd_debug_raw_event(struct picolcd_data *data, > } > break; > case REPORT_MEMORY: > - /* Data buffer in response to REPORT_READ_MEMORY or REPORT_WRTIE_MEMORY */ > + /* Data buffer in response to REPORT_READ_MEMORY or REPORT_WRITE_MEMORY */ > snprintf(buff, BUFF_SZ, "report %s (%d, size=%d)\n", > "REPORT_MEMORY", report->id, size-1); > hid_debug_event(hdev, buff);
Back to linux.kernel | Previous | Next — Previous in thread | Find similar | Unroll thread
[PATCH trivial 1/4] HID: picoLCD: Spelling s/REPORT_WRTIE_MEMORY/REPORT_WRITE_MEMORY/ Geert Uytterhoeven <geert+renesas@glider.be> - 2017-02-17 16:40 +0100
[PATCH trivial 4/4] PM / Documentation: Spelling s/wrtie/write/ Geert Uytterhoeven <geert+renesas@glider.be> - 2017-02-17 16:40 +0100
Re: [PATCH trivial 4/4] PM / Documentation: Spelling s/wrtie/write/ "Rafael J. Wysocki" <rjw@rjwysocki.net> - 2017-02-18 02:30 +0100
[PATCH trivial 3/4] drm/amd: Spelling s/SDMA_WRTIE_SUB_OPCODE_TILED/SDMA_WRITE_SUB_OPCODE_TILED/ Geert Uytterhoeven <geert+renesas@glider.be> - 2017-02-17 16:40 +0100
Re: [PATCH trivial 3/4] drm/amd: Spelling s/SDMA_WRTIE_SUB_OPCODE_TILED/SDMA_WRITE_SUB_OPCODE_TILED/ Alex Deucher <alexdeucher@gmail.com> - 2017-02-23 15:50 +0100
[PATCH trivial 2/4] rtlwifi: rtl8821ae: Spelling s/wrtie_addr/write_addr/ Geert Uytterhoeven <geert+renesas@glider.be> - 2017-02-17 16:40 +0100
Re: [PATCH trivial 2/4] rtlwifi: rtl8821ae: Spelling s/wrtie_addr/write_addr/ Larry Finger <Larry.Finger@lwfinger.net> - 2017-02-17 17:20 +0100
Re: [PATCH trivial 2/4] rtlwifi: rtl8821ae: Spelling s/wrtie_addr/write_addr/ Geert Uytterhoeven <geert@linux-m68k.org> - 2017-02-17 17:30 +0100
Re: [PATCH trivial 2/4] rtlwifi: rtl8821ae: Spelling s/wrtie_addr/write_addr/ Larry Finger <Larry.Finger@lwfinger.net> - 2017-02-17 17:50 +0100
Re: [PATCH trivial 1/4] HID: picoLCD: Spelling s/REPORT_WRTIE_MEMORY/REPORT_WRITE_MEMORY/ Bruno Prémont <bonbons@linux-vserver.org> - 2017-02-18 10:40 +0100
csiph-web