]> Git Repo - linux.git/commitdiff
drm/amd/display/dmub/src/dmub_srv_stat: Convert function header to kernel-doc
authorLee Jones <[email protected]>
Wed, 26 May 2021 08:47:15 +0000 (09:47 +0100)
committerAlex Deucher <[email protected]>
Thu, 27 May 2021 16:33:52 +0000 (12:33 -0400)
Fixes the following W=1 kernel build warning(s):

 drivers/gpu/drm/amd/amdgpu/../display/dmub/src/dmub_srv_stat.c:38: warning: Cannot understand  *****************************************************************************

Cc: Harry Wentland <[email protected]>
Cc: Leo Li <[email protected]>
Cc: Alex Deucher <[email protected]>
Cc: "Christian König" <[email protected]>
Cc: David Airlie <[email protected]>
Cc: Daniel Vetter <[email protected]>
Cc: Jun Lei <[email protected]>
Cc: Meenakshikumar Somasundaram <[email protected]>
Cc: Rodrigo Siqueira <[email protected]>
Cc: [email protected]
Cc: [email protected]
Signed-off-by: Lee Jones <[email protected]>
Signed-off-by: Alex Deucher <[email protected]>
drivers/gpu/drm/amd/display/dmub/src/dmub_srv_stat.c

index e6f3bfab33d3ea13e1119dd34bab55e8954cbff5..70766d534c9c83928a0409c0bdde9c79f43c68e3 100644 (file)
  */
 
 /**
- *****************************************************************************
- *  Function: dmub_srv_stat_get_notification
+ * dmub_srv_stat_get_notification - Retrieves a dmub outbox notification, set up dmub notification
+ *                                  structure with message information. Also a pending bit if queue
+ *                                  is having more notifications
+ *  @dmub: dmub srv structure
+ *  @notify: dmub notification structure to be filled up
  *
- *  @brief
- *             Retrieves a dmub outbox notification, set up dmub notification
- *             structure with message information. Also a pending bit if queue
- *             is having more notifications
- *
- *  @param [in] dmub: dmub srv structure
- *  @param [out] pnotify: dmub notification structure to be filled up
- *
- *  @return
- *     dmub_status
- *****************************************************************************
+ *  Returns: dmub_status
  */
 enum dmub_status dmub_srv_stat_get_notification(struct dmub_srv *dmub,
                                                struct dmub_notification *notify)
This page took 0.05877 seconds and 4 git commands to generate.