Skip to content

Commit 5f9935f

Browse files
diandersrobclark
authored andcommitted
drm/msm: Fix error about comments within a comment block
My compiler yells: .../drivers/gpu/drm/msm/adreno/adreno_gpu.c:69:27: error: '/*' within block comment [-Werror,-Wcomment] Let's fix. Fixes: 6a0dea0 ("drm/msm: support firmware-name for zap fw (v2)") Link: https://patchwork.freedesktop.org/patch/348519/ Signed-off-by: Douglas Anderson <[email protected]> Signed-off-by: Rob Clark <[email protected]>
1 parent 57d6c2e commit 5f9935f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

drivers/gpu/drm/msm/adreno/adreno_gpu.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@ static int zap_shader_load_mdt(struct msm_gpu *gpu, const char *fwname,
6767
*
6868
* If the firmware-name property is found, we bypass the
6969
* adreno_request_fw() mechanism, because we don't need to handle
70-
* the /lib/firmware/qcom/* vs /lib/firmware/* case.
70+
* the /lib/firmware/qcom/... vs /lib/firmware/... case.
7171
*
7272
* If the firmware-name property is not found, for backwards
7373
* compatibility we fall back to the fwname from the gpulist

0 commit comments

Comments
 (0)