diff mbox series

video: fbdev: omap: Remove duplicate 'the' in two places.

Message ID 20220621185409.4859-1-jiangjian@cdjrlc.com (mailing list archive)
State New, archived
Headers show
Series video: fbdev: omap: Remove duplicate 'the' in two places. | expand

Commit Message

Jiang Jian June 21, 2022, 6:54 p.m. UTC
file: drivers/video/fbdev/omap/sossi.c
line: 362
     * We set explicitly the the bus_pick_count as well, although
changed to
     * We set explicitly the bus_pick_count as well, although

Signed-off-by: Jiang Jian <jiangjian@cdjrlc.com>
---
 drivers/video/fbdev/omap/sossi.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Comments

Helge Deller June 22, 2022, 2:57 p.m. UTC | #1
On 6/21/22 20:54, Jiang Jian wrote:
> file: drivers/video/fbdev/omap/sossi.c
> line: 362
>      * We set explicitly the the bus_pick_count as well, although
> changed to
>      * We set explicitly the bus_pick_count as well, although
>
> Signed-off-by: Jiang Jian <jiangjian@cdjrlc.com>

Both patches applied.

Thanks!
Helge

> ---
>  drivers/video/fbdev/omap/sossi.c | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
>
> diff --git a/drivers/video/fbdev/omap/sossi.c b/drivers/video/fbdev/omap/sossi.c
> index c90eb8ca58af..66aff6cd1df0 100644
> --- a/drivers/video/fbdev/omap/sossi.c
> +++ b/drivers/video/fbdev/omap/sossi.c
> @@ -359,7 +359,7 @@ static void sossi_set_bits_per_cycle(int bpc)
>  	int bus_pick_count, bus_pick_width;
>
>  	/*
> -	 * We set explicitly the the bus_pick_count as well, although
> +	 * We set explicitly the bus_pick_count as well, although
>  	 * with remapping/reordering disabled it will be calculated by HW
>  	 * as (32 / bus_pick_width).
>  	 */
diff mbox series

Patch

diff --git a/drivers/video/fbdev/omap/sossi.c b/drivers/video/fbdev/omap/sossi.c
index c90eb8ca58af..66aff6cd1df0 100644
--- a/drivers/video/fbdev/omap/sossi.c
+++ b/drivers/video/fbdev/omap/sossi.c
@@ -359,7 +359,7 @@  static void sossi_set_bits_per_cycle(int bpc)
 	int bus_pick_count, bus_pick_width;
 
 	/*
-	 * We set explicitly the the bus_pick_count as well, although
+	 * We set explicitly the bus_pick_count as well, although
 	 * with remapping/reordering disabled it will be calculated by HW
 	 * as (32 / bus_pick_width).
 	 */