Skip to content
Snippets Groups Projects
  1. Oct 30, 2021
  2. Oct 26, 2021
  3. Sep 21, 2021
  4. May 21, 2021
    • Lee Jones's avatar
      comedi: drivers: comedi_isadma: Fix misspelling of 'dma_chan1' · d3a2bfde
      Lee Jones authored
      
      Fixes the following W=1 kernel build warning(s):
      
       drivers/staging/comedi/drivers/comedi_isadma.c:157: warning: Function parameter or member 'dma_chan1' not described in 'comedi_isadma_alloc'
       drivers/staging/comedi/drivers/comedi_isadma.c:157: warning: Excess function parameter 'dma_chan' description in 'comedi_isadma_alloc'
      
      Cc: Ian Abbott <abbotti@mev.co.uk>
      Cc: H Hartley Sweeten <hsweeten@visionengravers.com>
      Cc: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
      Cc: linux-staging@lists.linux.dev
      Signed-off-by: default avatarLee Jones <lee.jones@linaro.org>
      Link: https://lore.kernel.org/r/20210520122538.3470259-7-lee.jones@linaro.org
      
      
      Signed-off-by: default avatarGreg Kroah-Hartman <gregkh@linuxfoundation.org>
      d3a2bfde
    • Lee Jones's avatar
      comedi: drivers: ni_routes: Demote non-conforming kernel-doc headers · 69484d97
      Lee Jones authored
      
      Fixes the following W=1 kernel build warning(s):
      
       drivers/staging/comedi/drivers/ni_routes.c:249: warning: This comment starts with '/**', but isn't a kernel-doc comment. Refer Documentation/doc-guide/kernel-doc.rst
       drivers/staging/comedi/drivers/ni_routes.c:398: warning: Function parameter or member 'routes' not described in 'ni_route_set_has_source'
       drivers/staging/comedi/drivers/ni_routes.c:398: warning: Function parameter or member 'source' not described in 'ni_route_set_has_source'
       drivers/staging/comedi/drivers/ni_routes.c:524: warning: Function parameter or member 'src_sel_reg_value' not described in 'ni_find_route_source'
       drivers/staging/comedi/drivers/ni_routes.c:524: warning: Function parameter or member 'dest' not described in 'ni_find_route_source'
       drivers/staging/comedi/drivers/ni_routes.c:524: warning: Function parameter or member 'tables' not described in 'ni_find_route_source'
      
      Cc: Ian Abbott <abbotti@mev.co.uk>
      Cc: H Hartley Sweeten <hsweeten@visionengravers.com>
      Cc: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
      Cc: "Alexander A. Klimov" <grandmaster@al2klimov.de>
      Cc: "Spencer E. Olson" <olsonse@umich.edu>
      Cc: linux-staging@lists.linux.dev
      Signed-off-by: default avatarLee Jones <lee.jones@linaro.org>
      Link: https://lore.kernel.org/r/20210520122538.3470259-5-lee.jones@linaro.org
      
      
      Signed-off-by: default avatarGreg Kroah-Hartman <gregkh@linuxfoundation.org>
      69484d97
    • Lee Jones's avatar
      comedi: drivers: ni_tio: Fix slightly broken kernel-doc and demote others · 7b89d91c
      Lee Jones authored
      
      Fixes the following W=1 kernel build warning(s):
      
       drivers/staging/comedi/drivers/ni_tio.c:1515: warning: Function parameter or member 'counter_dev' not described in 'ni_tio_get_routing'
       drivers/staging/comedi/drivers/ni_tio.c:1515: warning: Function parameter or member 'dest' not described in 'ni_tio_get_routing'
       drivers/staging/comedi/drivers/ni_tio.c:1515: warning: expecting prototype for Retrieves the register value of the current source of the output selector for(). Prototype was for ni_tio_get_routing() instead
       drivers/staging/comedi/drivers/ni_tio.c:1544: warning: This comment starts with '/**', but isn't a kernel-doc comment. Refer Documentation/doc-guide/kernel-doc.rst
       drivers/staging/comedi/drivers/ni_tio.c:1584: warning: This comment starts with '/**', but isn't a kernel-doc comment. Refer Documentation/doc-guide/kernel-doc.rst
      
      Cc: Ian Abbott <abbotti@mev.co.uk>
      Cc: H Hartley Sweeten <hsweeten@visionengravers.com>
      Cc: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
      Cc: Mori Hess <fmhess@users.sourceforge.net>
      Cc: "J.P. Mellor" <jpmellor@rose-hulman.edu>
      Cc: Herman.Bruyninckx@mech.kuleuven.ac.be
      Cc: Wim.Meeussen@mech.kuleuven.ac.be
      Cc: Klaas.Gadeyne@mech.kuleuven.ac.be
      Cc: Comedi <comedi@comedi.org>
      Cc: linux-staging@lists.linux.dev
      Signed-off-by: default avatarLee Jones <lee.jones@linaro.org>
      Link: https://lore.kernel.org/r/20210520122538.3470259-4-lee.jones@linaro.org
      
      
      Signed-off-by: default avatarGreg Kroah-Hartman <gregkh@linuxfoundation.org>
      7b89d91c
    • Lee Jones's avatar
      comedi: comedi_8254: Fix descriptions for 'i8254' and 'iobase' · 4d070b8b
      Lee Jones authored
      
      Fixes the following W=1 kernel build warning(s):
      
       drivers/staging/comedi/drivers/comedi_8254.c:561: warning: Function parameter or member 'i8254' not described in 'comedi_8254_subdevice_init'
       drivers/staging/comedi/drivers/comedi_8254.c:620: warning: Function parameter or member 'iobase' not described in 'comedi_8254_init'
       drivers/staging/comedi/drivers/comedi_8254.c:620: warning: Excess function parameter 'mmio' description in 'comedi_8254_init'
      
      Cc: Ian Abbott <abbotti@mev.co.uk>
      Cc: H Hartley Sweeten <hsweeten@visionengravers.com>
      Cc: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
      Cc: "David A. Schleef" <ds@schleef.org>
      Cc: linux-staging@lists.linux.dev
      Signed-off-by: default avatarLee Jones <lee.jones@linaro.org>
      Link: https://lore.kernel.org/r/20210520122538.3470259-2-lee.jones@linaro.org
      
      
      Signed-off-by: default avatarGreg Kroah-Hartman <gregkh@linuxfoundation.org>
      4d070b8b
  5. May 19, 2021
  6. May 13, 2021
  7. Apr 15, 2021
Loading