Message ID | 20210322022431.3992890-1-unixbhaskar@gmail.com |
---|---|
State | Accepted |
Commit | 771df39b85fd75ef31e645f5d4c5bb789f71a441 |
Headers | show |
Series | media: Fix a typo | expand |
On 3/21/21 7:24 PM, Bhaskar Chowdhury wrote: > > s/Sysytem/System/ > > Signed-off-by: Bhaskar Chowdhury <unixbhaskar@gmail.com> Acked-by: Randy Dunlap <rdunlap@infradead.org> > --- > 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 }, > --
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 },
s/Sysytem/System/ Signed-off-by: Bhaskar Chowdhury <unixbhaskar@gmail.com> --- drivers/staging/media/atomisp/i2c/gc2235.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) -- 2.31.0