On 3/21/21 7:24 PM, Bhaskar Chowdhury wrote: > > s/Sysytem/System/ > > Signed-off-by: Bhaskar Chowdhury <unixbhaskar@xxxxxxxxx> Acked-by: Randy Dunlap <rdunlap@xxxxxxxxxxxxx> > --- > drivers/staging/media/atomisp/i2c/gc2235.h | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > > diff --git a/drivers/staging/media/atomisp/i2c/gc2235.h b/drivers/staging/media/atomisp/i2c/gc2235.h > index 68252b8f516d..ba5db1230033 100644 > --- a/drivers/staging/media/atomisp/i2c/gc2235.h > +++ b/drivers/staging/media/atomisp/i2c/gc2235.h > @@ -218,7 +218,7 @@ static struct gc2235_reg const gc2235_stream_off[] = { > }; > > static struct gc2235_reg const gc2235_init_settings[] = { > - /* Sysytem */ > + /* System */ > { GC2235_8BIT, 0xfe, 0x80 }, > { GC2235_8BIT, 0xfe, 0x80 }, > { GC2235_8BIT, 0xfe, 0x80 }, > -- -- ~Randy