Skip to content

Commit

Permalink
video/hdmi: Dropped static functions from kernel doc
Browse files Browse the repository at this point in the history
Dropped static functions from kernel documentation.

v2: Dropped the comments altogether for static functions,
as the definitions seems self explanatory.

Suggested-by: Daniel Vetter <[email protected]>
Signed-off-by: Uma Shankar <[email protected]>
Signed-off-by: Daniel Vetter <[email protected]>
Link: https://patchwork.freedesktop.org/patch/msgid/[email protected]
  • Loading branch information
uma-intel authored and danvet committed Jun 4, 2019
1 parent a09db88 commit 67ceef2
Showing 1 changed file with 0 additions and 30 deletions.
30 changes: 0 additions & 30 deletions drivers/video/hdmi.c
Original file line number Diff line number Diff line change
Expand Up @@ -1191,12 +1191,6 @@ hdmi_content_type_get_name(enum hdmi_content_type content_type)
return "Invalid";
}

/**
* hdmi_avi_infoframe_log() - log info of HDMI AVI infoframe
* @level: logging level
* @dev: device
* @frame: HDMI AVI infoframe
*/
static void hdmi_avi_infoframe_log(const char *level,
struct device *dev,
const struct hdmi_avi_infoframe *frame)
Expand Down Expand Up @@ -1268,12 +1262,6 @@ static const char *hdmi_spd_sdi_get_name(enum hdmi_spd_sdi sdi)
return "Reserved";
}

/**
* hdmi_spd_infoframe_log() - log info of HDMI SPD infoframe
* @level: logging level
* @dev: device
* @frame: HDMI SPD infoframe
*/
static void hdmi_spd_infoframe_log(const char *level,
struct device *dev,
const struct hdmi_spd_infoframe *frame)
Expand Down Expand Up @@ -1404,12 +1392,6 @@ hdmi_audio_coding_type_ext_get_name(enum hdmi_audio_coding_type_ext ctx)
return "Reserved";
}

/**
* hdmi_audio_infoframe_log() - log info of HDMI AUDIO infoframe
* @level: logging level
* @dev: device
* @frame: HDMI AUDIO infoframe
*/
static void hdmi_audio_infoframe_log(const char *level,
struct device *dev,
const struct hdmi_audio_infoframe *frame)
Expand Down Expand Up @@ -1437,12 +1419,6 @@ static void hdmi_audio_infoframe_log(const char *level,
frame->downmix_inhibit ? "Yes" : "No");
}

/**
* hdmi_drm_infoframe_log() - log info of HDMI DRM infoframe
* @level: logging level
* @dev: device
* @frame: HDMI DRM infoframe
*/
static void hdmi_drm_infoframe_log(const char *level,
struct device *dev,
const struct hdmi_drm_infoframe *frame)
Expand Down Expand Up @@ -1500,12 +1476,6 @@ hdmi_3d_structure_get_name(enum hdmi_3d_structure s3d_struct)
return "Reserved";
}

/**
* hdmi_vendor_infoframe_log() - log info of HDMI VENDOR infoframe
* @level: logging level
* @dev: device
* @frame: HDMI VENDOR infoframe
*/
static void
hdmi_vendor_any_infoframe_log(const char *level,
struct device *dev,
Expand Down

0 comments on commit 67ceef2

Please sign in to comment.