OSDN Git Service

drm/dp: Fixup kernel docs for struct drm_dp_aux
authorLyude Paul <lyude@redhat.com>
Fri, 26 Mar 2021 20:37:48 +0000 (16:37 -0400)
committerLyude Paul <lyude@redhat.com>
Thu, 8 Apr 2021 21:44:37 +0000 (17:44 -0400)
commit45d969992c1893df42ccae064aba6f05dded67ee
treeacce90f20e783e55a6d71e390d6f374e8e58f45a
parentbe318fd85bf2c73c10850a6ce50a87e6f0068926
drm/dp: Fixup kernel docs for struct drm_dp_aux

* Make sure that struct members are referred to using @, otherwise they
  won't be formatted as such
* Make sure to refer to other struct types using & so they link back to
  each struct's definition
* Make sure to precede constant values with % so they're formatted
  correctly

Signed-off-by: Lyude Paul <lyude@redhat.com>
Acked-by: Randy Dunlap <rdunlap@infradead.org>
Link: https://patchwork.freedesktop.org/patch/msgid/20210326203807.105754-2-lyude@redhat.com
include/drm/drm_dp_helper.h