All of lore.kernel.org
 help / color / mirror / Atom feed
From: Damien Le Moal <dlemoal@kernel.org>
To: linux-ide@vger.kernel.org, Ondrej Zary <linux@zary.sk>
Cc: Sergey Shtylyov <s.shtylyov@omp.ru>
Subject: [PATCH 00/13] Cleanup pata_parport protocol drivers
Date: Tue, 16 May 2023 22:05:58 +0900	[thread overview]
Message-ID: <20230516130611.109932-1-dlemoal@kernel.org> (raw)

Cleanup the code of the pata_parport protocol drivers to avoid warnings
from smatch and other static code checkers. No functional changes are
introduced.

Damien Le Moal (13):
  ata: pata_parport: Fix aten module code indentation and style
  ata: pata_parport: Fix bpck6 module code indentation and style
  ata: pata_parport: Fix comm module code indentation and style
  ata: pata_parport: Fix dstr module code indentation and style
  ata: pata_parport: Fix epat module code indentation and style
  ata: pata_parport: Fix epia module code indentation and style
  ata: pata_parport: Fix fit2 module code indentation and style
  ata: pata_parport: Fix fit3 module code indentation and style
  ata: pata_parport: Fix friq module code indentation and style
  ata: pata_parport: Fix kbic module code indentation and style
  ata: pata_parport: Fix ktti module code indentation and style
  ata: pata_parport: Fix on20 module code indentation and style
  ata: pata_parport: Fix on26 module code indentation and style

 drivers/ata/pata_parport/aten.c  | 103 +++----
 drivers/ata/pata_parport/bpck6.c |  67 ++---
 drivers/ata/pata_parport/comm.c  | 238 +++++++++--------
 drivers/ata/pata_parport/dstr.c  | 285 +++++++++++---------
 drivers/ata/pata_parport/epat.c  | 320 ++++++++++++----------
 drivers/ata/pata_parport/epia.c  | 442 ++++++++++++++++---------------
 drivers/ata/pata_parport/fit2.c  | 131 +++++----
 drivers/ata/pata_parport/fit3.c  | 206 +++++++-------
 drivers/ata/pata_parport/friq.c  | 292 ++++++++++----------
 drivers/ata/pata_parport/kbic.c  | 314 +++++++++++-----------
 drivers/ata/pata_parport/ktti.c  |  85 +++---
 drivers/ata/pata_parport/on20.c  | 149 ++++++-----
 drivers/ata/pata_parport/on26.c  | 414 +++++++++++++++--------------
 13 files changed, 1591 insertions(+), 1455 deletions(-)

-- 
2.40.1


             reply	other threads:[~2023-05-16 13:06 UTC|newest]

Thread overview: 14+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2023-05-16 13:05 Damien Le Moal [this message]
2023-05-16 13:05 ` [PATCH 01/13] ata: pata_parport: Fix aten module code indentation and style Damien Le Moal
2023-05-16 13:06 ` [PATCH 02/13] ata: pata_parport: Fix bpck6 " Damien Le Moal
2023-05-16 13:06 ` [PATCH 03/13] ata: pata_parport: Fix comm " Damien Le Moal
2023-05-16 13:06 ` [PATCH 04/13] ata: pata_parport: Fix dstr " Damien Le Moal
2023-05-16 13:06 ` [PATCH 05/13] ata: pata_parport: Fix epat " Damien Le Moal
2023-05-16 13:06 ` [PATCH 06/13] ata: pata_parport: Fix epia " Damien Le Moal
2023-05-16 13:06 ` [PATCH 07/13] ata: pata_parport: Fix fit2 " Damien Le Moal
2023-05-16 13:06 ` [PATCH 08/13] ata: pata_parport: Fix fit3 " Damien Le Moal
2023-05-16 13:06 ` [PATCH 09/13] ata: pata_parport: Fix friq " Damien Le Moal
2023-05-16 13:06 ` [PATCH 10/13] ata: pata_parport: Fix kbic " Damien Le Moal
2023-05-16 13:06 ` [PATCH 11/13] ata: pata_parport: Fix ktti " Damien Le Moal
2023-05-16 13:06 ` [PATCH 12/13] ata: pata_parport: Fix on20 " Damien Le Moal
2023-05-16 13:06 ` [PATCH 13/13] ata: pata_parport: Fix on26 " Damien Le Moal

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20230516130611.109932-1-dlemoal@kernel.org \
    --to=dlemoal@kernel.org \
    --cc=linux-ide@vger.kernel.org \
    --cc=linux@zary.sk \
    --cc=s.shtylyov@omp.ru \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.