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