mbox series

[GIT,PULL] ata fixes for 6.5-rc3

Message ID 20230721013954.37605-1-dlemoal@kernel.org
State New
Headers show
Series [GIT,PULL] ata fixes for 6.5-rc3 | expand

Pull-request

ssh://git@gitolite.kernel.org/pub/scm/linux/kernel/git/dlemoal/libata tags/ata-6.5-rc3

Message

Damien Le Moal July 21, 2023, 1:39 a.m. UTC
Linus,

The following changes since commit fdf0eaf11452d72945af31804e2a1048ee1b574c:

  Linux 6.5-rc2 (2023-07-16 15:10:37 -0700)

are available in the Git repository at:

  ssh://git@gitolite.kernel.org/pub/scm/linux/kernel/git/dlemoal/libata tags/ata-6.5-rc3

for you to fetch changes up to cec148c2476a6e06cf8190b20de81f98983b53ca:

  ata: pata_parport: Add missing protocol modules description (2023-07-17 08:30:41 +0900)

----------------------------------------------------------------
ata fixes for 6.5-rc3

 - Add missing MODULE_DESCRIPTION() in the many of the protocol modules
   for the pata_parport driver to avoid compilation warnings with "make
   W=1".

----------------------------------------------------------------
Damien Le Moal (1):
      ata: pata_parport: Add missing protocol modules description

 drivers/ata/pata_parport/aten.c  | 2 ++
 drivers/ata/pata_parport/bpck.c  | 2 ++
 drivers/ata/pata_parport/bpck6.c | 3 ++-
 drivers/ata/pata_parport/comm.c  | 2 ++
 drivers/ata/pata_parport/dstr.c  | 2 ++
 drivers/ata/pata_parport/epat.c  | 3 +++
 drivers/ata/pata_parport/epia.c  | 3 +++
 drivers/ata/pata_parport/fit2.c  | 3 +++
 drivers/ata/pata_parport/fit3.c  | 3 +++
 drivers/ata/pata_parport/friq.c  | 2 ++
 drivers/ata/pata_parport/frpw.c  | 2 ++
 drivers/ata/pata_parport/kbic.c  | 3 +++
 drivers/ata/pata_parport/ktti.c  | 2 ++
 drivers/ata/pata_parport/on20.c  | 2 ++
 drivers/ata/pata_parport/on26.c  | 2 ++
 15 files changed, 35 insertions(+), 1 deletion(-)

Comments

pr-tracker-bot@kernel.org July 21, 2023, 3:40 a.m. UTC | #1
The pull request you sent on Fri, 21 Jul 2023 10:39:54 +0900:

> ssh://git@gitolite.kernel.org/pub/scm/linux/kernel/git/dlemoal/libata tags/ata-6.5-rc3

has been merged into torvalds/linux.git:
https://git.kernel.org/torvalds/c/12a5088eb138fbf14eaa0eea5fe6061c4341401c

Thank you!