diff mbox series

linux/fb.h: Spelling s/palette/palette/

Message ID 20220216083922.2913515-1-geert@linux-m68k.org
State New
Headers show
Series linux/fb.h: Spelling s/palette/palette/ | expand

Commit Message

Geert Uytterhoeven Feb. 16, 2022, 8:39 a.m. UTC
Fix a misspelling of "palette" in a comment.

Signed-off-by: Geert Uytterhoeven <geert@linux-m68k.org>
---
 include/uapi/linux/fb.h | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Comments

Pekka Paalanen Feb. 17, 2022, 10:16 a.m. UTC | #1
On Wed, 16 Feb 2022 09:39:22 +0100
Geert Uytterhoeven <geert@linux-m68k.org> wrote:

> Fix a misspelling of "palette" in a comment.
> 
> Signed-off-by: Geert Uytterhoeven <geert@linux-m68k.org>
> ---
>  include/uapi/linux/fb.h | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
> 
> diff --git a/include/uapi/linux/fb.h b/include/uapi/linux/fb.h
> index 4c14e8be7267761b..3a49913d006c9bf6 100644
> --- a/include/uapi/linux/fb.h
> +++ b/include/uapi/linux/fb.h
> @@ -182,7 +182,7 @@ struct fb_fix_screeninfo {
>   *
>   * For pseudocolor: offset and length should be the same for all color
>   * components. Offset specifies the position of the least significant bit
> - * of the pallette index in a pixel value. Length indicates the number
> + * of the palette index in a pixel value. Length indicates the number
>   * of available palette entries (i.e. # of entries = 1 << length).
>   */
>  struct fb_bitfield {

Reviewed-by: Pekka Paalanen <pekka.paalanen@collabora.com>


Thanks,
pq
Helge Deller April 1, 2022, 9 p.m. UTC | #2
On 2/17/22 11:16, Pekka Paalanen wrote:
> On Wed, 16 Feb 2022 09:39:22 +0100
> Geert Uytterhoeven <geert@linux-m68k.org> wrote:
>
>> Fix a misspelling of "palette" in a comment.
>>
>> Signed-off-by: Geert Uytterhoeven <geert@linux-m68k.org>
>> ---
>>  include/uapi/linux/fb.h | 2 +-
>>  1 file changed, 1 insertion(+), 1 deletion(-)
>>
>> diff --git a/include/uapi/linux/fb.h b/include/uapi/linux/fb.h
>> index 4c14e8be7267761b..3a49913d006c9bf6 100644
>> --- a/include/uapi/linux/fb.h
>> +++ b/include/uapi/linux/fb.h
>> @@ -182,7 +182,7 @@ struct fb_fix_screeninfo {
>>   *
>>   * For pseudocolor: offset and length should be the same for all color
>>   * components. Offset specifies the position of the least significant bit
>> - * of the pallette index in a pixel value. Length indicates the number
>> + * of the palette index in a pixel value. Length indicates the number
>>   * of available palette entries (i.e. # of entries = 1 << length).
>>   */
>>  struct fb_bitfield {
>
> Reviewed-by: Pekka Paalanen <pekka.paalanen@collabora.com>

applied.
Thanks!

Helge
diff mbox series

Patch

diff --git a/include/uapi/linux/fb.h b/include/uapi/linux/fb.h
index 4c14e8be7267761b..3a49913d006c9bf6 100644
--- a/include/uapi/linux/fb.h
+++ b/include/uapi/linux/fb.h
@@ -182,7 +182,7 @@  struct fb_fix_screeninfo {
  *
  * For pseudocolor: offset and length should be the same for all color
  * components. Offset specifies the position of the least significant bit
- * of the pallette index in a pixel value. Length indicates the number
+ * of the palette index in a pixel value. Length indicates the number
  * of available palette entries (i.e. # of entries = 1 << length).
  */
 struct fb_bitfield {