Message ID | 20210306115151.31759-1-unixbhaskar@gmail.com |
---|---|
State | New |
Headers | show |
Series | sound: soc: codecs: Fix a spello in the file wm8955.c | expand |
On 3/6/21 3:51 AM, Bhaskar Chowdhury wrote: > > s/sortd/sorted/ > > Signed-off-by: Bhaskar Chowdhury <unixbhaskar@gmail.com> Acked-by: Randy Dunlap <rdunlap@infradead.org> > --- > sound/soc/codecs/wm8955.c | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > > diff --git a/sound/soc/codecs/wm8955.c b/sound/soc/codecs/wm8955.c > index 513df47bd87d..538bb8b0db39 100644 > --- a/sound/soc/codecs/wm8955.c > +++ b/sound/soc/codecs/wm8955.c > @@ -151,7 +151,7 @@ static int wm8955_pll_factors(struct device *dev, > /* The oscilator should run at should be 90-100MHz, and > * there's a divide by 4 plus an optional divide by 2 in the > * output path to generate the system clock. The clock table > - * is sortd so we should always generate a suitable target. */ > + * is sorted so we should always generate a suitable target. */ > target = Fout * 4; > if (target < 90000000) { > pll->outdiv = 1; > -- > 2.26.2 >
diff --git a/sound/soc/codecs/wm8955.c b/sound/soc/codecs/wm8955.c index 513df47bd87d..538bb8b0db39 100644 --- a/sound/soc/codecs/wm8955.c +++ b/sound/soc/codecs/wm8955.c @@ -151,7 +151,7 @@ static int wm8955_pll_factors(struct device *dev, /* The oscilator should run at should be 90-100MHz, and * there's a divide by 4 plus an optional divide by 2 in the * output path to generate the system clock. The clock table - * is sortd so we should always generate a suitable target. */ + * is sorted so we should always generate a suitable target. */ target = Fout * 4; if (target < 90000000) { pll->outdiv = 1;
s/sortd/sorted/ Signed-off-by: Bhaskar Chowdhury <unixbhaskar@gmail.com> --- sound/soc/codecs/wm8955.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) -- 2.26.2