ALSA: hda - remove kerneldoc for internal hdac_i915 function
authorKai Vehmanen <kai.vehmanen@linux.intel.com>
Thu, 24 Sep 2020 16:10:27 +0000 (19:10 +0300)
committerTakashi Iwai <tiwai@suse.de>
Thu, 24 Sep 2020 18:59:55 +0000 (20:59 +0200)
commit502f389a0fd2d987ea7405cb57c02817328b6f7a
tree672c8bb2353988d2c59c71988d539119582a3fb2
parent2759caad2600d503c3b0ed800e7e03d2cd7a4c05
ALSA: hda - remove kerneldoc for internal hdac_i915 function

Drop the kerneldoc markup for connectivity_check() as it's an
static helper function. Fixes the following make W=1 warning:

sound/hda/hdac_i915.c:80: warning: Function parameter or member 'i915' not described in 'connectivity_check'
sound/hda/hdac_i915.c:80: warning: Function parameter or member 'hdac' not described in 'connectivity_check'

Fixes: 7b882fe3e3e8 ('ALSA: hda - handle multiple i915 device instances')
Signed-off-by: Kai Vehmanen <kai.vehmanen@linux.intel.com>
Link: https://lore.kernel.org/r/20200924161027.3402260-1-kai.vehmanen@linux.intel.com
Signed-off-by: Takashi Iwai <tiwai@suse.de>
sound/hda/hdac_i915.c