linux-ide.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH 0/4] Cleanup ATA sysfs attribute show functions
@ 2021-12-02  8:37 Damien Le Moal
  2021-12-02  8:37 ` [PATCH] ata: ahci_ceva: Fix sparse warning in ceva_ahci_read_id() Damien Le Moal
                   ` (4 more replies)
  0 siblings, 5 replies; 6+ messages in thread
From: Damien Le Moal @ 2021-12-02  8:37 UTC (permalink / raw)
  To: linux-ide

Convert remaining sysfs attribute show() functions to use sysfs_emit()
instead of s[n]printf().

Damien Le Moal (4):
  ata: libata-sata: use sysfs_emit()
  ata: libata-scsi: use sysfs_emit()
  ata: ahci: use sysfs_emit()
  ata: sata_fsl: use sysfs_emit()

 drivers/ata/ahci.c        | 2 +-
 drivers/ata/libata-sata.c | 4 ++--
 drivers/ata/libata-scsi.c | 2 +-
 drivers/ata/sata_fsl.c    | 6 +++---
 4 files changed, 7 insertions(+), 7 deletions(-)

-- 
2.31.1


^ permalink raw reply	[flat|nested] 6+ messages in thread

end of thread, other threads:[~2021-12-02  8:52 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-12-02  8:37 [PATCH 0/4] Cleanup ATA sysfs attribute show functions Damien Le Moal
2021-12-02  8:37 ` [PATCH] ata: ahci_ceva: Fix sparse warning in ceva_ahci_read_id() Damien Le Moal
2021-12-02  8:37 ` [PATCH 1/4] ata: libata-sata: use sysfs_emit() Damien Le Moal
2021-12-02  8:37 ` [PATCH 2/4] ata: libata-scsi: " Damien Le Moal
2021-12-02  8:37 ` [PATCH 3/4] ata: ahci: " Damien Le Moal
2021-12-02  8:37 ` [PATCH 4/4] ata: sata_fsl: " Damien Le Moal

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).