Applied. Thanks! Alex On Thu, Dec 9, 2021 at 12:02 PM Isabella Basso <isabbasso@xxxxxxxxxx> wrote: > > Fix the warning below: > > warning: Cannot understand * \file amdgpu_ioc32.c > on line 2 - I thought it was a doc line > > Changes since v1: > - As suggested by Alexander Deucher: > 1. Reduce diff to minimum as this DOC section doesn't provide much > value. > > Signed-off-by: Isabella Basso <isabbasso@xxxxxxxxxx> > --- > drivers/gpu/drm/amd/amdgpu/amdgpu_ioc32.c | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > > diff --git a/drivers/gpu/drm/amd/amdgpu/amdgpu_ioc32.c b/drivers/gpu/drm/amd/amdgpu/amdgpu_ioc32.c > index 5cf142e849bb..a7efca6354b2 100644 > --- a/drivers/gpu/drm/amd/amdgpu/amdgpu_ioc32.c > +++ b/drivers/gpu/drm/amd/amdgpu/amdgpu_ioc32.c > @@ -1,4 +1,4 @@ > -/** > +/* > * \file amdgpu_ioc32.c > * > * 32-bit ioctl compatibility routines for the AMDGPU DRM. > -- > 2.34.1 >