mbox series

[v3,0/3] Minor cleanups

Message ID 20230912230551.454357-1-dlemoal@kernel.org (mailing list archive)
Headers show
Series Minor cleanups | expand

Message

Damien Le Moal Sept. 12, 2023, 11:05 p.m. UTC
3 patches to cleanup libsas functions declarations. No functional
changes.

Changes from v2:
 * Added argument name to sas_discover_event() in patch 1
 * Removed repeated word "used" from commit message of patch 3
 * Added Johannes' review tag

Changes from v1:
 * Added sas_init_dev() declaration change to patch 1
 * Added John's review tag

Damien Le Moal (3):
  scsi: libsas: Move local functions declarations to sas_internal.h
  scsi: libsas: Declare sas_set_phy_speed() static
  scsi: libsas: Declare sas_discover_end_dev() static

 drivers/scsi/libsas/sas_discover.c |  2 +-
 drivers/scsi/libsas/sas_init.c     |  4 ++--
 drivers/scsi/libsas/sas_internal.h | 12 ++++++++++++
 include/scsi/libsas.h              | 17 -----------------
 4 files changed, 15 insertions(+), 20 deletions(-)

Comments

Martin K. Petersen Sept. 14, 2023, 1:07 a.m. UTC | #1
Damien,

> 3 patches to cleanup libsas functions declarations. No functional
> changes.

Applied to 6.7/scsi-staging, thanks!
Martin K. Petersen Sept. 22, 2023, 1:05 a.m. UTC | #2
On Wed, 13 Sep 2023 08:05:48 +0900, Damien Le Moal wrote:

> 3 patches to cleanup libsas functions declarations. No functional
> changes.
> 
> Changes from v2:
>  * Added argument name to sas_discover_event() in patch 1
>  * Removed repeated word "used" from commit message of patch 3
>  * Added Johannes' review tag
> 
> [...]

Applied to 6.7/scsi-queue, thanks!

[1/3] scsi: libsas: Move local functions declarations to sas_internal.h
      https://git.kernel.org/mkp/scsi/c/d10b11dcb08f
[2/3] scsi: libsas: Declare sas_set_phy_speed() static
      https://git.kernel.org/mkp/scsi/c/9b52c1c6cafd
[3/3] scsi: libsas: Declare sas_discover_end_dev() static
      https://git.kernel.org/mkp/scsi/c/1345a7d909a3