From: Lee Jones Date: Thu, 2 Jul 2020 14:46:20 +0000 (+0100) Subject: usb: mtu3: mtu3_core: Demote obvious misuse of kerneldoc to standard comment block X-Git-Url: http://git.maquefel.me/?a=commitdiff_plain;h=8709e36729ef540dc5615c3392667547fe0d1ed5;p=linux.git usb: mtu3: mtu3_core: Demote obvious misuse of kerneldoc to standard comment block No attempt has been made to document the function. Fixes the following W=1 kernel build warning(s): drivers/usb/mtu3/mtu3_core.c:805: warning: Function parameter or member 'mtu' not described in 'mtu3_set_dma_mask' Cc: Chunfeng Yun Cc: linux-arm-kernel@lists.infradead.org Cc: linux-mediatek@lists.infradead.org Signed-off-by: Lee Jones Link: https://lore.kernel.org/r/20200702144625.2533530-26-lee.jones@linaro.org Signed-off-by: Greg Kroah-Hartman --- diff --git a/drivers/usb/mtu3/mtu3_core.c b/drivers/usb/mtu3/mtu3_core.c index 9dd02160cca97..6d515eb67ea79 100644 --- a/drivers/usb/mtu3/mtu3_core.c +++ b/drivers/usb/mtu3/mtu3_core.c @@ -797,7 +797,7 @@ static void mtu3_hw_exit(struct mtu3 *mtu) mtu3_mem_free(mtu); } -/** +/* * we set 32-bit DMA mask by default, here check whether the controller * supports 36-bit DMA or not, if it does, set 36-bit DMA mask. */