Message ID | 20221029032110.151981-1-alex.hung@amd.com (mailing list archive) |
---|---|
State | New, archived |
Headers | show |
Series | drm/amd/display: fix an incorrect comment | expand |
On Fri, Oct 28, 2022 at 11:22 PM Alex Hung <alex.hung@amd.com> wrote: > > This is a copy-and-paste error. Fix the comment to match the macro > definition. > > Signed-off-by: Alex Hung <alex.hung@amd.com> Reviewed-by: Alex Deucher <alexander.deucher@amd.com> > --- > drivers/gpu/drm/amd/display/dc/dml/dcn10/dcn10_fpu.h | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > > diff --git a/drivers/gpu/drm/amd/display/dc/dml/dcn10/dcn10_fpu.h b/drivers/gpu/drm/amd/display/dc/dml/dcn10/dcn10_fpu.h > index 63219ecd8478..1bf6b12f5663 100644 > --- a/drivers/gpu/drm/amd/display/dc/dml/dcn10/dcn10_fpu.h > +++ b/drivers/gpu/drm/amd/display/dc/dml/dcn10/dcn10_fpu.h > @@ -29,4 +29,4 @@ > > void dcn10_resource_construct_fp(struct dc *dc); > > -#endif /* __DCN20_FPU_H__ */ > +#endif /* __DCN10_FPU_H__ */ > -- > 2.38.1 >
diff --git a/drivers/gpu/drm/amd/display/dc/dml/dcn10/dcn10_fpu.h b/drivers/gpu/drm/amd/display/dc/dml/dcn10/dcn10_fpu.h index 63219ecd8478..1bf6b12f5663 100644 --- a/drivers/gpu/drm/amd/display/dc/dml/dcn10/dcn10_fpu.h +++ b/drivers/gpu/drm/amd/display/dc/dml/dcn10/dcn10_fpu.h @@ -29,4 +29,4 @@ void dcn10_resource_construct_fp(struct dc *dc); -#endif /* __DCN20_FPU_H__ */ +#endif /* __DCN10_FPU_H__ */
This is a copy-and-paste error. Fix the comment to match the macro definition. Signed-off-by: Alex Hung <alex.hung@amd.com> --- drivers/gpu/drm/amd/display/dc/dml/dcn10/dcn10_fpu.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)