diff mbox

Input: ALPS: fix protcol -> protocol

Message ID 20161212095442.2391-1-marcos.souza.org@gmail.com (mailing list archive)
State Accepted
Headers show

Commit Message

Marcos Paulo de Souza Dec. 12, 2016, 9:53 a.m. UTC
Signed-off-by: Marcos Paulo de Souza <marcos.souza.org@gmail.com>
---
 drivers/input/mouse/alps.h | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Comments

Pali Rohár Dec. 12, 2016, 9:56 a.m. UTC | #1
On Monday 12 December 2016 07:53:54 Marcos Paulo de Souza wrote:
> Signed-off-by: Marcos Paulo de Souza <marcos.souza.org@gmail.com>
> ---
>  drivers/input/mouse/alps.h | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
> 
> diff --git a/drivers/input/mouse/alps.h b/drivers/input/mouse/alps.h
> index b9417e2..50f05a7 100644
> --- a/drivers/input/mouse/alps.h
> +++ b/drivers/input/mouse/alps.h
> @@ -146,7 +146,7 @@ struct alps_protocol_info {
>   *   (aka command mode response) identifies the firmware minor version.  This
>   *   can be used to distinguish different hardware models which are not
>   *   uniquely identifiable through their E7 responses.
> - * @protocol_info: information about protcol used by the device.
> + * @protocol_info: information about protocol used by the device.
>   *
>   * Many (but not all) ALPS touchpads can be identified by looking at the
>   * values returned in the "E7 report" and/or the "EC report."  This table

Thanks! Add my Reviewed-by: Pali Rohár <pali.rohar@gmail.com>
Dmitry Torokhov Dec. 12, 2016, 7:01 p.m. UTC | #2
On Mon, Dec 12, 2016 at 10:56:08AM +0100, Pali Rohár wrote:
> On Monday 12 December 2016 07:53:54 Marcos Paulo de Souza wrote:
> > Signed-off-by: Marcos Paulo de Souza <marcos.souza.org@gmail.com>
> > ---
> >  drivers/input/mouse/alps.h | 2 +-
> >  1 file changed, 1 insertion(+), 1 deletion(-)
> > 
> > diff --git a/drivers/input/mouse/alps.h b/drivers/input/mouse/alps.h
> > index b9417e2..50f05a7 100644
> > --- a/drivers/input/mouse/alps.h
> > +++ b/drivers/input/mouse/alps.h
> > @@ -146,7 +146,7 @@ struct alps_protocol_info {
> >   *   (aka command mode response) identifies the firmware minor version.  This
> >   *   can be used to distinguish different hardware models which are not
> >   *   uniquely identifiable through their E7 responses.
> > - * @protocol_info: information about protcol used by the device.
> > + * @protocol_info: information about protocol used by the device.
> >   *
> >   * Many (but not all) ALPS touchpads can be identified by looking at the
> >   * values returned in the "E7 report" and/or the "EC report."  This table
> 
> Thanks! Add my Reviewed-by: Pali Rohár <pali.rohar@gmail.com>

Applied, thank you.
diff mbox

Patch

diff --git a/drivers/input/mouse/alps.h b/drivers/input/mouse/alps.h
index b9417e2..50f05a7 100644
--- a/drivers/input/mouse/alps.h
+++ b/drivers/input/mouse/alps.h
@@ -146,7 +146,7 @@  struct alps_protocol_info {
  *   (aka command mode response) identifies the firmware minor version.  This
  *   can be used to distinguish different hardware models which are not
  *   uniquely identifiable through their E7 responses.
- * @protocol_info: information about protcol used by the device.
+ * @protocol_info: information about protocol used by the device.
  *
  * Many (but not all) ALPS touchpads can be identified by looking at the
  * values returned in the "E7 report" and/or the "EC report."  This table