Re: [PATCH 1/1] scsi: lpfc: Convert existing %pf users to %ps

From: James Smart
Date: Wed Sep 04 2019 - 16:22:32 EST


On 9/4/2019 9:04 AM, Sakari Ailus wrote:
Convert the remaining %pf users to %ps to prepare for the removal of the
old %pf conversion specifier support.

Fixes: 323506644972 ("scsi: lpfc: Migrate to %px and %pf in kernel print calls")
Signed-off-by: Sakari Ailus <sakari.ailus@xxxxxxxxxxxxxxx>
---
drivers/scsi/lpfc/lpfc_hbadisc.c | 4 ++--
drivers/scsi/lpfc/lpfc_sli.c | 2 +-
2 files changed, 3 insertions(+), 3 deletions(-)



Reviewed by: James Smart <james.smart@xxxxxxxxxxxx>

-- james