From a36159eec6ca17402b0e146b86efaf76568dc353 Mon Sep 17 00:00:00 2001 From: hc <hc@nodka.com> Date: Fri, 20 Sep 2024 01:41:23 +0000 Subject: [PATCH] 重命名 AX88772C_eeprom/asix.c 为 asix_mac.c --- kernel/drivers/media/platform/sti/hva/hva-h264.c | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/kernel/drivers/media/platform/sti/hva/hva-h264.c b/kernel/drivers/media/platform/sti/hva/hva-h264.c index b61a5d3..c34f7cf 100644 --- a/kernel/drivers/media/platform/sti/hva/hva-h264.c +++ b/kernel/drivers/media/platform/sti/hva/hva-h264.c @@ -626,7 +626,7 @@ td->frame_width = frame_width; td->frame_height = frame_height; - /* set frame alignement */ + /* set frame alignment */ td->window_width = frame_width; td->window_height = frame_height; td->window_horizontal_offset = 0; -- Gitblit v1.6.2