Fix the warning below by switching header comments to be more aligned with AMD's docstrings:
warning: Cannot understand * \file amdgpu_ioc32.c on line 2 - I thought it was a doc line Signed-off-by: Isabella Basso <isabba...@riseup.net> --- drivers/gpu/drm/amd/amdgpu/amdgpu_ioc32.c | 16 +++++++++------- 1 file changed, 9 insertions(+), 7 deletions(-) diff --git a/drivers/gpu/drm/amd/amdgpu/amdgpu_ioc32.c b/drivers/gpu/drm/amd/amdgpu/amdgpu_ioc32.c index 5cf142e849bb..cde5294056cb 100644 --- a/drivers/gpu/drm/amd/amdgpu/amdgpu_ioc32.c +++ b/drivers/gpu/drm/amd/amdgpu/amdgpu_ioc32.c @@ -1,10 +1,4 @@ -/** - * \file amdgpu_ioc32.c - * - * 32-bit ioctl compatibility routines for the AMDGPU DRM. - * - * \author Paul Mackerras <pau...@samba.org> - * +/* * Copyright (C) Paul Mackerras 2005 * All Rights Reserved. * @@ -26,6 +20,14 @@ * WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, * OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS * IN THE SOFTWARE. + * + * Author: Paul Mackerras <pau...@samba.org> + */ + +/** + * DOC: amdgpu_ioc32 + * + * 32-bit ioctl compatibility routines for the AMDGPU DRM. */ #include <linux/compat.h> -- 2.34.1