]> git.proxmox.com Git - mirror_ubuntu-hirsute-kernel.git/commitdiff
drm: amd/display: fix spelling of "function"
authorRandy Dunlap <rdunlap@infradead.org>
Tue, 8 Sep 2020 23:56:09 +0000 (16:56 -0700)
committerAlex Deucher <alexander.deucher@amd.com>
Tue, 15 Sep 2020 21:52:42 +0000 (17:52 -0400)
Fix spellos of "function" in drivers/gpu/drm/amd/display/.

Signed-off-by: Randy Dunlap <rdunlap@infradead.org>
Cc: Harry Wentland <harry.wentland@amd.com>
Cc: Leo Li <sunpeng.li@amd.com>
Cc: amd-gfx@lists.freedesktop.org
Cc: dri-devel@lists.freedesktop.org
Signed-off-by: Alex Deucher <alexander.deucher@amd.com>
drivers/gpu/drm/amd/display/dc/dml/dcn20/display_rq_dlg_calc_20.h
drivers/gpu/drm/amd/display/dc/dml/dcn20/display_rq_dlg_calc_20v2.h
drivers/gpu/drm/amd/display/dc/dml/dcn30/display_rq_dlg_calc_30.h
drivers/gpu/drm/amd/display/dc/gpio/dce120/hw_factory_dce120.c
drivers/gpu/drm/amd/display/dc/gpio/dcn10/hw_factory_dcn10.c
drivers/gpu/drm/amd/display/dc/gpio/dcn20/hw_factory_dcn20.c
drivers/gpu/drm/amd/display/dc/gpio/dcn21/hw_factory_dcn21.c
drivers/gpu/drm/amd/display/dc/gpio/dcn30/hw_factory_dcn30.c

index 1e557ddcb63858520b694121f1f9896c26fc670e..d0b90947f5409f97518446b5459f999ab93cb6c9 100644 (file)
@@ -33,7 +33,7 @@ struct display_mode_lib;
 
 // Function: dml_rq_dlg_get_rq_reg
 //  Main entry point for test to get the register values out of this DML class.
-//  This function calls <get_rq_param> and <extract_rq_regs> fucntions to calculate
+//  This function calls <get_rq_param> and <extract_rq_regs> functions to calculate
 //  and then populate the rq_regs struct
 // Input:
 //  pipe_src_param - pipe source configuration (e.g. vp, pitch, etc.)
index 0d53e871a9d1e18e6a7086fb9f55fea9ec5a47a7..27cf8bed9376fc3cc252c85af9f56727aaae406f 100644 (file)
@@ -33,7 +33,7 @@ struct display_mode_lib;
 
 // Function: dml_rq_dlg_get_rq_reg
 //  Main entry point for test to get the register values out of this DML class.
-//  This function calls <get_rq_param> and <extract_rq_regs> fucntions to calculate
+//  This function calls <get_rq_param> and <extract_rq_regs> functions to calculate
 //  and then populate the rq_regs struct
 // Input:
 //  pipe_src_param - pipe source configuration (e.g. vp, pitch, etc.)
index e5b17e1104c61519b846b18297aaf2454fbc7c83..c04965cceff35aec2e11154f647674c608291c70 100644 (file)
@@ -32,7 +32,7 @@ struct display_mode_lib;
 
 // Function: dml_rq_dlg_get_rq_reg
 //  Main entry point for test to get the register values out of this DML class.
-//  This function calls <get_rq_param> and <extract_rq_regs> fucntions to calculate
+//  This function calls <get_rq_param> and <extract_rq_regs> functions to calculate
 //  and then populate the rq_regs struct
 // Input:
 //  pipe_param - pipe source configuration (e.g. vp, pitch, scaling, dest, etc.)
index cf98aa827a9a0a10833cfe4b470407a2558f48c3..e883864cff3c231f6c262aae3dfe6cd61d073c2e 100644 (file)
@@ -162,7 +162,7 @@ static void define_hpd_registers(struct hw_gpio_pin *pin, uint32_t en)
 }
 
 
-/* fucntion table */
+/* function table */
 static const struct hw_factory_funcs funcs = {
        .init_ddc_data = dal_hw_ddc_init,
        .init_generic = NULL,
index b38c96c9fed3aa2d022c498aa28c81adc4b1336b..7d36b56346a6f1912f151150d34fe1da6842a017 100644 (file)
@@ -194,7 +194,7 @@ static void define_hpd_registers(struct hw_gpio_pin *pin, uint32_t en)
 }
 
 
-/* fucntion table */
+/* function table */
 static const struct hw_factory_funcs funcs = {
        .init_ddc_data = dal_hw_ddc_init,
        .init_generic = dal_hw_generic_init,
index 83f798cb8b2107c7a8aace8d45c0b0421f04e50c..9b63c6c0cc844ed0398050cae538ed5c48f4c1d1 100644 (file)
@@ -221,7 +221,7 @@ static void define_generic_registers(struct hw_gpio_pin *pin, uint32_t en)
        generic->base.regs = &generic_regs[en].gpio;
 }
 
-/* fucntion table */
+/* function table */
 static const struct hw_factory_funcs funcs = {
        .init_ddc_data = dal_hw_ddc_init,
        .init_generic = dal_hw_generic_init,
index 907c5911eb9e89d4a05c0ff78d4d2e5995bdd3d6..2f57ee6deabc068955585d6878d1fda87c297bbd 100644 (file)
@@ -202,7 +202,7 @@ static void define_hpd_registers(struct hw_gpio_pin *pin, uint32_t en)
 }
 
 
-/* fucntion table */
+/* function table */
 static const struct hw_factory_funcs funcs = {
        .init_ddc_data = dal_hw_ddc_init,
        .init_generic = dal_hw_generic_init,
index 7e7fb657210738c5c651e795d10052bcb92a05b5..3be2c90b0c618e601b484b5b8267481b733a2ffd 100644 (file)
@@ -218,7 +218,7 @@ static void define_hpd_registers(struct hw_gpio_pin *pin, uint32_t en)
 }
 
 
-/* fucntion table */
+/* function table */
 static const struct hw_factory_funcs funcs = {
        .init_ddc_data = dal_hw_ddc_init,
        .init_generic = dal_hw_generic_init,