diff options
author | Simon Ser <contact@emersion.fr> | 2020-12-22 16:35:22 +0300 |
---|---|---|
committer | Simon Ser <contact@emersion.fr> | 2021-01-05 16:21:35 +0300 |
commit | 877c39acf507d5447fca0459febb6aa04eb5ed7f (patch) | |
tree | 3163b6de1ecc36fe8ed39eb36fd27a881d102035 /include/uapi/drm | |
parent | 9a01105389c92026ad483c2b214e5943c6e4b384 (diff) | |
download | linux-877c39acf507d5447fca0459febb6aa04eb5ed7f.tar.xz |
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 <contact@emersion.fr>
Acked-by: Daniel Vetter <daniel@ffwll.ch>
Cc: Pekka Paalanen <ppaalanen@gmail.com>
Link: https://patchwork.freedesktop.org/patch/msgid/20201222133524.160842-4-contact@emersion.fr
Diffstat (limited to 'include/uapi/drm')
-rw-r--r-- | include/uapi/drm/drm.h | 9 |
1 files changed, 4 insertions, 5 deletions
diff --git a/include/uapi/drm/drm.h b/include/uapi/drm/drm.h index 5c31aea1f342..a3ee8e01c295 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 <faith@valinux.com> + * Author: Rickard E. (Rik) Faith <faith@valinux.com> * - * \par Acknowledgments: - * Dec 1999, Richard Henderson <rth@twiddle.net>, move to generic \c cmpxchg. + * Acknowledgments: + * Dec 1999, Richard Henderson <rth@twiddle.net>, move to generic cmpxchg. */ /* |