From: Marcos Antonio de Jesus Filho Date: Mon, 26 Oct 2020 20:17:14 +0000 (-0700) Subject: staging: vt6655: Fix typo X-Git-Url: http://git.maquefel.me/?a=commitdiff_plain;h=36f18e741a232aa5543ac687e15b47213146ba56;p=linux.git staging: vt6655: Fix typo Fix typo reported by checkpatch. Signed-off-by: Marcos Antonio de Jesus Filho Link: https://lore.kernel.org/r/20201026201714.GA24239@Zangetsu Signed-off-by: Greg Kroah-Hartman --- diff --git a/drivers/staging/vt6655/card.c b/drivers/staging/vt6655/card.c index 6148310c06d62..29086189c53a4 100644 --- a/drivers/staging/vt6655/card.c +++ b/drivers/staging/vt6655/card.c @@ -20,7 +20,7 @@ * * Revision History: * 06-10-2003 Bryan YC Fan: Re-write codes to support VT3253 spec. - * 08-26-2003 Kyle Hsu: Modify the defination type of iobase. + * 08-26-2003 Kyle Hsu: Modify the definition type of iobase. * 09-01-2003 Bryan YC Fan: Add vUpdateIFS(). * */