mbox series

[0/2] scsi: pm8001: logging neatening

Message ID cover.1605914030.git.joe@perches.com
Headers show
Series scsi: pm8001: logging neatening | expand

Message

Joe Perches Nov. 20, 2020, 11:16 p.m. UTC
Reduce code duplication and generic neatening of logging macros

Joe Perches (2):
  scsi: pm8001: Neaten debug logging macros and uses
  scsi: pm8001: Make implicit use of pm8001_ha in pm8001_printk explicit

 drivers/scsi/pm8001/pm8001_ctl.c  |    7 +-
 drivers/scsi/pm8001/pm8001_hwi.c  | 1370 ++++++++++---------------
 drivers/scsi/pm8001/pm8001_init.c |  102 +-
 drivers/scsi/pm8001/pm8001_sas.c  |  136 ++-
 drivers/scsi/pm8001/pm8001_sas.h  |   45 +-
 drivers/scsi/pm8001/pm80xx_hwi.c  | 1596 ++++++++++++-----------------
 6 files changed, 1361 insertions(+), 1895 deletions(-)

Comments

Martin K. Petersen Nov. 24, 2020, 3:23 a.m. UTC | #1
Joe,

> Reduce code duplication and generic neatening of logging macros


Applied to 5.11/scsi-staging, thanks!

-- 
Martin K. Petersen	Oracle Linux Engineering
Joe Perches Nov. 24, 2020, 4:33 a.m. UTC | #2
On Mon, 2020-11-23 at 22:23 -0500, Martin K. Petersen wrote:
> > Reduce code duplication and generic neatening of logging macros

> 

> Applied to 5.11/scsi-staging, thanks!


Thanks.

The kernel robot reported an indentation defect here so I will send
a couple more patches on top of this.
Martin K. Petersen Dec. 1, 2020, 5:04 a.m. UTC | #3
On Fri, 20 Nov 2020 15:16:08 -0800, Joe Perches wrote:

> Reduce code duplication and generic neatening of logging macros

> 

> Joe Perches (2):

>   scsi: pm8001: Neaten debug logging macros and uses

>   scsi: pm8001: Make implicit use of pm8001_ha in pm8001_printk explicit

> 

>  drivers/scsi/pm8001/pm8001_ctl.c  |    7 +-

>  drivers/scsi/pm8001/pm8001_hwi.c  | 1370 ++++++++++---------------

>  drivers/scsi/pm8001/pm8001_init.c |  102 +-

>  drivers/scsi/pm8001/pm8001_sas.c  |  136 ++-

>  drivers/scsi/pm8001/pm8001_sas.h  |   45 +-

>  drivers/scsi/pm8001/pm80xx_hwi.c  | 1596 ++++++++++++-----------------

>  6 files changed, 1361 insertions(+), 1895 deletions(-)


Applied to 5.11/scsi-queue, thanks!

[1/2] scsi: pm8001: Neaten debug logging macros and uses
      https://git.kernel.org/mkp/scsi/c/1b5d2793283d
[2/2] scsi: pm8001: Make implicit use of pm8001_ha in pm8001_printk() explicit
      https://git.kernel.org/mkp/scsi/c/89eddb401080

-- 
Martin K. Petersen	Oracle Linux Engineering