Message ID | 1479436024-22869-1-git-send-email-marcos.souza.org@gmail.com (mailing list archive) |
---|---|
State | Accepted |
Headers | show |
On Fri, Nov 18, 2016 at 12:27:04AM -0200, Marcos Paulo de Souza wrote: > Signed-off-by: Marcos Paulo de Souza <marcos.souza.org@gmail.com> Applied, thank you. > --- > drivers/input/serio/i8042.c | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > > diff --git a/drivers/input/serio/i8042.c b/drivers/input/serio/i8042.c > index 89abfdb..62685a7 100644 > --- a/drivers/input/serio/i8042.c > +++ b/drivers/input/serio/i8042.c > @@ -387,7 +387,7 @@ static int i8042_aux_write(struct serio *serio, unsigned char c) > > > /* > - * i8042_aux_close attempts to clear AUX or KBD port state by disabling > + * i8042_port_close attempts to clear AUX or KBD port state by disabling > * and then re-enabling it. > */ > > -- > 2.7.4 >
diff --git a/drivers/input/serio/i8042.c b/drivers/input/serio/i8042.c index 89abfdb..62685a7 100644 --- a/drivers/input/serio/i8042.c +++ b/drivers/input/serio/i8042.c @@ -387,7 +387,7 @@ static int i8042_aux_write(struct serio *serio, unsigned char c) /* - * i8042_aux_close attempts to clear AUX or KBD port state by disabling + * i8042_port_close attempts to clear AUX or KBD port state by disabling * and then re-enabling it. */
Signed-off-by: Marcos Paulo de Souza <marcos.souza.org@gmail.com> --- drivers/input/serio/i8042.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)