Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux
1
fork

Configure Feed

Select the types of activity you want to include in your feed.

drm/amdgpu: re-format file header comments

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@riseup.net>
Signed-off-by: Alex Deucher <alexander.deucher@amd.com>

authored by

Isabella Basso and committed by
Alex Deucher
ba6f8c13 9be9bf4e

+1 -1
+1 -1
drivers/gpu/drm/amd/amdgpu/amdgpu_ioc32.c
··· 1 - /** 1 + /* 2 2 * \file amdgpu_ioc32.c 3 3 * 4 4 * 32-bit ioctl compatibility routines for the AMDGPU DRM.