From 5ef27368f1bcbe31fb27072983d7a29df8de6845 Mon Sep 17 00:00:00 2001 From: Amaury Pouly Date: Wed, 11 Jan 2012 13:14:30 +0100 Subject: lcd: fix function name in comments in assembly files (lcd_write_yup_420 instead of lcd_write_yuv420) --- firmware/target/arm/philips/hdd1630/lcd-as-hdd1630.S | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'firmware/target/arm/philips/hdd1630/lcd-as-hdd1630.S') diff --git a/firmware/target/arm/philips/hdd1630/lcd-as-hdd1630.S b/firmware/target/arm/philips/hdd1630/lcd-as-hdd1630.S index 7be807ae98..3bb3530917 100644 --- a/firmware/target/arm/philips/hdd1630/lcd-as-hdd1630.S +++ b/firmware/target/arm/philips/hdd1630/lcd-as-hdd1630.S @@ -25,7 +25,7 @@ #include "cpu.h" /**************************************************************************** - * void lcd_write_yuv_420_lines(unsigned char const * const src[3], + * void lcd_write_yuv420_lines(unsigned char const * const src[3], * int width, * int stride); * @@ -254,7 +254,7 @@ lcd_write_yuv420_lines: /**************************************************************************** - * void lcd_write_yuv_420_lines_odither(unsigned char const * const src[3], + * void lcd_write_yuv420_lines_odither(unsigned char const * const src[3], * int width, * int stride, * int x_screen, -- cgit v1.2.3