mirror of
https://github.com/torvalds/linux.git
synced 2026-05-28 17:13:52 +02:00
[Why] Resolve compiler warnings by marking unused parameters explicitly. [How] In .c and .h function definitions, keep parameter names in signatures and add a line with `(void)param;` in function body Preserved function signatures and avoids breaking code paths that may reference the parameter under conditional compilation. Reviewed-by: Dillon Varone <dillon.varone@amd.com> Reviewed-by: Austin Zheng <austin.zheng@amd.com> Signed-off-by: Gaghik Khachatrian <gaghik.khachatrian@amd.com> Signed-off-by: Chuanyu Tseng <chuanyu.tseng@amd.com> Signed-off-by: Alex Deucher <alexander.deucher@amd.com> |
||
|---|---|---|
| .. | ||
| dcn31_afmt.c | ||
| dcn31_afmt.h | ||
| dcn31_apg.c | ||
| dcn31_apg.h | ||
| dcn31_panel_cntl.c | ||
| dcn31_panel_cntl.h | ||
| dcn31_vpg.c | ||
| dcn31_vpg.h | ||
| Makefile | ||