• Randy Dunlap's avatar
    most: fix kernel-doc warnings · fba3993e
    Randy Dunlap authored
    Fix various W=1 kernel-doc warnings in drivers/most/:
    
    drivers/most/most_usb.c:669: warning: Excess function parameter 'data' description in 'link_stat_timer_handler'
    drivers/most/most_usb.c:769: warning: cannot understand function prototype: 'const struct file_operations hdm_usb_fops = '
    drivers/most/most_usb.c:776: warning: cannot understand function prototype: 'const struct usb_device_id usbid[] = '
    drivers/most/most_cdev.c:301: warning: This comment starts with '/**', but isn't a kernel-doc comment. Refer Documentation/doc-guide/kernel-doc.rst
     * Initialization of struct file_operations
    drivers/most/most_cdev.c:414: warning: Function parameter or member 'args' not described in 'comp_probe'
    drivers/most/most_snd.c:56: warning: Function parameter or member 'pcm_hardware' not described in 'channel'
    drivers/most/most_snd.c:56: warning: Function parameter or member 'copy_fn' not described in 'channel'
    drivers/most/most_snd.c:404: warning: This comment starts with '/**', but isn't a kernel-doc comment. Refer Documentation/doc-guide/kernel-doc.rst
     * Initialization of struct snd_pcm_ops
    drivers/most/most_snd.c:514: warning: Function parameter or member 'device_name' not described in 'audio_probe_channel'
    drivers/most/most_snd.c:703: warning: This comment starts with '/**', but isn't a kernel-doc comment. Refer Documentation/doc-guide/kernel-doc.rst
     * Initialization of the struct most_component
    Signed-off-by: default avatarRandy Dunlap <rdunlap@infradead.org>
    Cc: Christian Gromm <christian.gromm@microchip.com>
    Cc: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
    Link: https://lore.kernel.org/r/20230113063947.23174-1-rdunlap@infradead.orgSigned-off-by: default avatarGreg Kroah-Hartman <gregkh@linuxfoundation.org>
    fba3993e
most_cdev.c 12.4 KB