Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]


Groups > linux.kernel > #1583719 > unrolled thread

[PATCH] video: fbdev: fsl-diu-fb: fix spelling mistake "palette"

Started byColin King <colin.king@canonical.com>
First post2017-02-17 21:30 +0100
Last post2017-02-20 14:00 +0100
Articles 3 — 3 participants

Back to article view | Back to linux.kernel


Contents

  [PATCH] video: fbdev: fsl-diu-fb: fix spelling mistake "palette" Colin King <colin.king@canonical.com> - 2017-02-17 21:30 +0100
    Re: [PATCH] video: fbdev: fsl-diu-fb: fix spelling mistake "palette" Timur Tabi <timur@tabi.org> - 2017-02-17 21:50 +0100
      Re: [PATCH] video: fbdev: fsl-diu-fb: fix spelling mistake "palette" Bartlomiej Zolnierkiewicz <b.zolnierkie@samsung.com> - 2017-02-20 14:00 +0100

#1583719 — [PATCH] video: fbdev: fsl-diu-fb: fix spelling mistake "palette"

FromColin King <colin.king@canonical.com>
Date2017-02-17 21:30 +0100
Subject[PATCH] video: fbdev: fsl-diu-fb: fix spelling mistake "palette"
Message-ID<tbXke-wK-17@gated-at.bofh.it>
From: Colin Ian King <colin.king@canonical.com>

trivial fix to spelling mistakes of "palette"

Signed-off-by: Colin Ian King <colin.king@canonical.com>
---
 drivers/video/fbdev/fsl-diu-fb.c | 4 ++--
 include/linux/fsl-diu-fb.h       | 4 ++--
 2 files changed, 4 insertions(+), 4 deletions(-)

diff --git a/drivers/video/fbdev/fsl-diu-fb.c b/drivers/video/fbdev/fsl-diu-fb.c
index c48a59e..ca3d6b3 100644
--- a/drivers/video/fbdev/fsl-diu-fb.c
+++ b/drivers/video/fbdev/fsl-diu-fb.c
@@ -439,12 +439,12 @@ static struct mfb_info mfb_template[] = {
 static void __attribute__ ((unused)) fsl_diu_dump(struct diu __iomem *hw)
 {
 	mb();
-	pr_debug("DIU: desc=%08x,%08x,%08x, gamma=%08x pallete=%08x "
+	pr_debug("DIU: desc=%08x,%08x,%08x, gamma=%08x palette=%08x "
 		 "cursor=%08x curs_pos=%08x diu_mode=%08x bgnd=%08x "
 		 "disp_size=%08x hsyn_para=%08x vsyn_para=%08x syn_pol=%08x "
 		 "thresholds=%08x int_mask=%08x plut=%08x\n",
 		 hw->desc[0], hw->desc[1], hw->desc[2], hw->gamma,
-		 hw->pallete, hw->cursor, hw->curs_pos, hw->diu_mode,
+		 hw->palette, hw->cursor, hw->curs_pos, hw->diu_mode,
 		 hw->bgnd, hw->disp_size, hw->hsyn_para, hw->vsyn_para,
 		 hw->syn_pol, hw->thresholds, hw->int_mask, hw->plut);
 	rmb();
diff --git a/include/linux/fsl-diu-fb.h b/include/linux/fsl-diu-fb.h
index a1e8277..c46eab5 100644
--- a/include/linux/fsl-diu-fb.h
+++ b/include/linux/fsl-diu-fb.h
@@ -73,7 +73,7 @@ struct diu_ad {
 	/* Word 0(32-bit) in DDR memory */
 /* 	__u16 comp; */
 /* 	__u16 pixel_s:2; */
-/* 	__u16 pallete:1; */
+/* 	__u16 palette:1; */
 /* 	__u16 red_c:2; */
 /* 	__u16 green_c:2; */
 /* 	__u16 blue_c:2; */
@@ -142,7 +142,7 @@ struct diu_ad {
 struct diu {
 	__be32 desc[3];
 	__be32 gamma;
-	__be32 pallete;
+	__be32 palette;
 	__be32 cursor;
 	__be32 curs_pos;
 	__be32 diu_mode;
-- 
2.10.2

[toc] | [next] | [standalone]


#1583735

FromTimur Tabi <timur@tabi.org>
Date2017-02-17 21:50 +0100
Message-ID<tbXDB-DC-29@gated-at.bofh.it>
In reply to#1583719
On 02/17/2017 02:23 PM, Colin King wrote:
> From: Colin Ian King <colin.king@canonical.com>
>
> trivial fix to spelling mistakes of "palette"
>
> Signed-off-by: Colin Ian King <colin.king@canonical.com>

Acked-by: Timur Tabi <timur@tabi.org>

[toc] | [prev] | [next] | [standalone]


#1584592

FromBartlomiej Zolnierkiewicz <b.zolnierkie@samsung.com>
Date2017-02-20 14:00 +0100
Message-ID<tcVJn-4Mr-11@gated-at.bofh.it>
In reply to#1583735
Hi,

On Friday, February 17, 2017 02:24:51 PM Timur Tabi wrote:
> On 02/17/2017 02:23 PM, Colin King wrote:
> > From: Colin Ian King <colin.king@canonical.com>
> >
> > trivial fix to spelling mistakes of "palette"
> >
> > Signed-off-by: Colin Ian King <colin.king@canonical.com>
> 
> Acked-by: Timur Tabi <timur@tabi.org>

Patch queued for 4.11, thanks. 

Best regards,
--
Bartlomiej Zolnierkiewicz
Samsung R&D Institute Poland
Samsung Electronics

[toc] | [prev] | [standalone]


Back to top | Article view | linux.kernel


csiph-web