mbox series

[0/2] Cleanup pata_parport code

Message ID 20230514220118.114385-1-dlemoal@kernel.org
Headers show
Series Cleanup pata_parport code | expand

Message

Damien Le Moal May 14, 2023, 10:01 p.m. UTC
A couple of patches to fix code indentation and style in the bpck and
frpw protocol modules to suppress smatch warnings.

Damien Le Moal (2):
  ata: pata_parport: Fix bpck module code indentation and style
  ata: pata_parport: Fix frpw module code indentation and style

 drivers/ata/pata_parport/bpck.c | 446 ++++++++++++++++++--------------
 drivers/ata/pata_parport/frpw.c | 310 +++++++++++-----------
 2 files changed, 418 insertions(+), 338 deletions(-)