From: Simon Ser Date: Tue, 22 Dec 2020 13:35:22 +0000 (+0100) Subject: drm/doc: re-format drm.h file comment X-Git-Url: https://git.baikalelectronics.ru/sdk/?a=commitdiff_plain;h=877c39acf507d5447fca0459febb6aa04eb5ed7f;p=kernel.git drm/doc: re-format drm.h file comment Our documentation build system chokes on \file comments: ./include/uapi/drm/drm.h:2: warning: Cannot understand * \file drm.h on line 2 - I thought it was a doc line Remove all of the slash-directives, and demote to a normal comment. Keep the historical information because it predates Git. v3: keep the comment (Daniel) Signed-off-by: Simon Ser Acked-by: Daniel Vetter Cc: Pekka Paalanen Link: https://patchwork.freedesktop.org/patch/msgid/20201222133524.160842-4-contact@emersion.fr --- diff --git a/include/uapi/drm/drm.h b/include/uapi/drm/drm.h index 5c31aea1f3424..a3ee8e01c295f 100644 --- a/include/uapi/drm/drm.h +++ b/include/uapi/drm/drm.h @@ -1,11 +1,10 @@ -/** - * \file drm.h +/* * Header for the Direct Rendering Manager * - * \author Rickard E. (Rik) Faith + * Author: Rickard E. (Rik) Faith * - * \par Acknowledgments: - * Dec 1999, Richard Henderson , move to generic \c cmpxchg. + * Acknowledgments: + * Dec 1999, Richard Henderson , move to generic cmpxchg. */ /*