Commit 1a68b35
committed
QCLINUX: drm/msm: Fix MODULE_PARM_DESC compilation build error
This changes fixes 'commit 2cea4c7 ("drm/msm: Auto-detect
separate GPU KMS mode based on HW topology (#401)")'.
The MODULE_PARM_DESC for separate_gpu_kms was split across lines, causing
a build failure due to a newline in the string literal. Fix this by
formatting the description on a single line.
Fixes: 2cea4c7 ("drm/msm: Auto-detect separate GPU KMS mode based on HW topology")
Signed-off-by: Nabige Aala <naala@qti.qualcomm.com>1 parent 2cea4c7 commit 1a68b35
1 file changed
+1
-3
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
55 | 55 | | |
56 | 56 | | |
57 | 57 | | |
58 | | - | |
59 | | - | |
60 | | - | |
| 58 | + | |
61 | 59 | | |
62 | 60 | | |
63 | 61 | | |
| |||
0 commit comments