Message ID | 20210323085543.741-1-tomstomsczc@163.com |
---|---|
State | New |
Headers | show |
Series | sound:ppc: fix spelling typo of values | expand |
On 3/23/21 1:55 AM, caizhichao wrote: > From: caizhichao <caizhichao@yulong.com> > > vaules -> values > > Signed-off-by: caizhichao <caizhichao@yulong.com> > --- > sound/ppc/snd_ps3_reg.h | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) Seems fine. Thanks for your contribution. Acked-by: Geoff Levand <geoff@infradead.org>
diff --git a/sound/ppc/snd_ps3_reg.h b/sound/ppc/snd_ps3_reg.h index 566a318..e2212b7 100644 --- a/sound/ppc/snd_ps3_reg.h +++ b/sound/ppc/snd_ps3_reg.h @@ -308,7 +308,7 @@ each interrupt in this register. Writing 1b to a field containing 1b clears field and de-asserts interrupt. Writing 0b to a field has no effect. -Field vaules are the following: +Field values are the following: 0 - Interrupt hasn't occurred. 1 - Interrupt has occurred.