Commit 27d4d05220f84c2f83fe4c410fda0da479905813
Committed by
Dave Airlie
1 parent
0b41da60c0
Exists in
master
and in
38 other branches
drm/radeon/kms: Fix module parameter description format
Module parameter descriptions don't take a trailing \n, otherwise it breaks formatting of modinfo's output. Also add missing space after comma. Signed-off-by: Jean Delvare <jdelvare@suse.de> Cc: David Airlie <airlied@linux.ie> Reviewed-by: Alex Deucher <alexander.deucher@amd.com> Cc: Jerome Glisse <jglisse@redhat.com> Signed-off-by: Dave Airlie <airlied@redhat.com>
Showing 1 changed file with 1 additions and 1 deletions Side-by-side Diff
drivers/gpu/drm/radeon/radeon_drv.c
... | ... | @@ -145,7 +145,7 @@ |
145 | 145 | MODULE_PARM_DESC(agpmode, "AGP Mode (-1 == PCI)"); |
146 | 146 | module_param_named(agpmode, radeon_agpmode, int, 0444); |
147 | 147 | |
148 | -MODULE_PARM_DESC(gartsize, "Size of PCIE/IGP gart to setup in megabytes (32,64, etc)\n"); | |
148 | +MODULE_PARM_DESC(gartsize, "Size of PCIE/IGP gart to setup in megabytes (32, 64, etc)"); | |
149 | 149 | module_param_named(gartsize, radeon_gart_size, int, 0600); |
150 | 150 | |
151 | 151 | MODULE_PARM_DESC(benchmark, "Run benchmark"); |