1. 23 2月, 2022 2 次提交
  2. 20 2月, 2022 10 次提交
  3. 12 2月, 2022 1 次提交
  4. 01 2月, 2022 1 次提交
  5. 05 1月, 2022 1 次提交
  6. 19 11月, 2021 1 次提交
  7. 15 9月, 2021 1 次提交
  8. 29 7月, 2021 1 次提交
  9. 13 7月, 2021 1 次提交
    • R
      scsi: pm8001: Clean up kernel-doc and comments · bb6beabf
      Randy Dunlap 提交于
      Fix kernel-doc warnings then test again, wash, rinse, find more, then
      repeat more/again.
      
      Also fix spellos, some grammar, and some punctuation.
      
      ../drivers/scsi/pm8001/pm8001_ctl.c:557: warning: This comment starts with '/**', but isn't a kernel-doc comment. Refer Documentation/doc-guide/kernel-doc.rst
       ** pm8001_ctl_fatal_log_show - fatal error logging
      ../drivers/scsi/pm8001/pm8001_ctl.c:577: warning: This comment starts with '/**', but isn't a kernel-doc comment. Refer Documentation/doc-guide/kernel-doc.rst
       ** non_fatal_log_show - non fatal error logging
      ../drivers/scsi/pm8001/pm8001_ctl.c:622: warning: This comment starts with '/**', but isn't a kernel-doc comment. Refer Documentation/doc-guide/kernel-doc.rst
       ** pm8001_ctl_gsm_log_show - gsm dump collection
      
      Link: https://lore.kernel.org/r/20210708165723.8594-1-rdunlap@infradead.org
      Cc: Jack Wang <jinpu.wang@cloud.ionos.com>
      Cc: linux-scsi@vger.kernel.org
      Cc: "James E.J. Bottomley" <jejb@linux.ibm.com>
      Cc: "Martin K. Petersen" <martin.petersen@oracle.com>
      Acked-by: NJack Wang <jinpu.wang@ionos.com>
      Signed-off-by: NRandy Dunlap <rdunlap@infradead.org>
      Signed-off-by: NMartin K. Petersen <martin.petersen@oracle.com>
      bb6beabf
  10. 16 6月, 2021 1 次提交
  11. 03 6月, 2021 1 次提交
  12. 16 5月, 2021 1 次提交
  13. 16 4月, 2021 1 次提交
  14. 13 4月, 2021 1 次提交
  15. 16 3月, 2021 1 次提交
  16. 10 3月, 2021 1 次提交
  17. 23 1月, 2021 3 次提交
  18. 13 1月, 2021 1 次提交
  19. 01 12月, 2020 1 次提交
  20. 24 11月, 2020 2 次提交
  21. 11 11月, 2020 1 次提交
  22. 05 11月, 2020 1 次提交
  23. 01 9月, 2020 1 次提交
  24. 25 7月, 2020 1 次提交
    • L
      scsi: pm8001: Move function header and supply some missing parameter descriptions · a0cf5ce4
      Lee Jones 提交于
      Functions must follow directly after the header that documents them.
      
      Fixes the following W=1 kernel build warning(s):
      
      from  drivers/scsi/pm8001/pm8001_sas.c:41:
      inlined from ‘pm8001_issue_ssp_tmf’ at  drivers/scsi/pm8001/pm8001_sas.c:919:2:
       drivers/scsi/pm8001/pm8001_sas.c:379: warning: Function parameter or member 'pm8001_dev' not described in 'DEV_IS_GONE'
       drivers/scsi/pm8001/pm8001_sas.c:379: warning: Excess function parameter 'task' description in 'DEV_IS_GONE'
       drivers/scsi/pm8001/pm8001_sas.c:379: warning: Excess function parameter 'num' description in 'DEV_IS_GONE'
       drivers/scsi/pm8001/pm8001_sas.c:379: warning: Excess function parameter 'gfp_flags' description in 'DEV_IS_GONE'
       drivers/scsi/pm8001/pm8001_sas.c:379: warning: Excess function parameter 'is_tmf' description in 'DEV_IS_GONE'
       drivers/scsi/pm8001/pm8001_sas.c:379: warning: Excess function parameter 'tmf' description in 'DEV_IS_GONE'
       drivers/scsi/pm8001/pm8001_sas.c:583: warning: Function parameter or member 'device_id' not described in 'pm8001_find_dev'
       drivers/scsi/pm8001/pm8001_sas.c:1000: warning: Function parameter or member 'dev' not described in 'pm8001_I_T_nexus_reset'
      
      Link: https://lore.kernel.org/r/20200721164148.2617584-11-lee.jones@linaro.org
      Cc: Jack Wang <jinpu.wang@cloud.ionos.com>
      Signed-off-by: NLee Jones <lee.jones@linaro.org>
      Signed-off-by: NMartin K. Petersen <martin.petersen@oracle.com>
      a0cf5ce4
  25. 20 11月, 2019 3 次提交