Re: [PATCH v2 1/4] parport: use standard kernel printing functions

From: Niklas Cassel
Date: Mon Nov 18 2024 - 07:29:37 EST


Hello weiyufeng,

On Mon, Nov 18, 2024 at 10:30:24AM +0800, 412574090@xxxxxxx wrote:
> > On 11/12/24 11:11, 412574090@xxxxxxx wrote:
> > > From: weiyufeng <weiyufeng@xxxxxxxxxx>
> > >
> > > change printk to standard kernel printing functions.
> > >
> > > Signed-off-by: weiyufeng <weiyufeng@xxxxxxxxxx>
> > > ---
> > > drivers/net/hamradio/baycom_epp.c | 8 ++++----
> > > drivers/net/hamradio/baycom_par.c | 6 +++---
> > > drivers/parport/parport_pc.c | 12 ++++++------
> > > drivers/parport/procfs.c | 2 +-
> >
> > This is mixing changes for different drivers. Please split the net and ata part
> > into different patches and send the net ones to the correct list and maintainers.
> Yes, it will be updated in v3 version. Can you help review the patch for
> path2-patch4? If possible, it would be a great honor.

Sorry, that is not how it works.

If I look at patch 2/4, it changes all these files:
drivers/ata/pata_parport/bpck6.c | 2 +-
drivers/ata/pata_parport/pata_parport.c | 2 +-
drivers/auxdisplay/ks0108.c | 4 +--
drivers/net/hamradio/baycom_epp.c | 10 +++---
drivers/net/hamradio/baycom_par.c | 6 ++--
drivers/net/plip/plip.c | 2 +-
drivers/parport/daisy.c | 2 +-
drivers/parport/parport_gsc.c | 8 ++---
drivers/parport/parport_ip32.c | 8 ++---
drivers/parport/parport_mfc3.c | 2 +-
drivers/parport/parport_pc.c | 42 ++++++++++++-------------
drivers/parport/parport_sunbpp.c | 24 +++++++-------
drivers/parport/procfs.c | 2 +-
drivers/parport/share.c | 6 ++--
drivers/scsi/imm.c | 8 ++---
drivers/scsi/ppa.c | 10 +++---
include/linux/parport.h | 4 +--
include/linux/parport_pc.h | 18 +++++------
sound/drivers/mts64.c | 6 ++--
sound/drivers/portman2x4.c | 6 ++--

So we cannot give your Reviewed-by tag to this commit.

So please split the commit to the appropriate subsystems,
and CC: the proper mailing lists for each commit.
(Check the MAINTAINERS file.)

Then people will be able to review your changes.


Kind regards,
Niklas