public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
From: Thomas Gleixner <tglx@linutronix.de>
To: wudaemon <wudaemon@163.com>
Cc: linux-kernel@vger.kernel.org
Subject: Re: [RESEND] genirq: add log level to printk in print_irq_desc
Date: Tue, 15 Mar 2022 14:58:12 +0100	[thread overview]
Message-ID: <874k3z71xn.ffs@tglx> (raw)
In-Reply-To: <20220313034415.4110-1-wudaemon@163.com>

On Sun, Mar 13 2022 at 03:44, wudaemon@163.com wrote:
> add KERN_DEBUG level for debuging purpose, use checkpatch.pl check prompt:

... and then ignore the checkpatch.pl output vs. the patch which "fixes"
the problems:

WARNING: Prefer [subsystem eg: netdev]_dbg([subsystem]dev, ... then dev_dbg(dev, ... then pr_debug(...  to printk(KERN_DEBUG ...
#29: FILE: kernel/irq/debug.h:6:
+#define ___P(f) do {if (desc->status_use_accessors & f) printk(KERN_DEBUG "%14s set\n", #f); } while (0)

and 6 more of the same...

> Signed-off-by: wudaemon <wudaemon@163.com>

Please read Documentation/process/submitting-patches.rst especially the
chapter about the Developer's Certification of Origin:

   "... using your real name (sorry, no pseudonyms or anonymous contributions.)"

Thanks,

        tglx


      reply	other threads:[~2022-03-15 13:58 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2022-03-13  3:44 [RESEND] genirq: add log level to printk in print_irq_desc wudaemon
2022-03-15 13:58 ` Thomas Gleixner [this message]

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=874k3z71xn.ffs@tglx \
    --to=tglx@linutronix.de \
    --cc=linux-kernel@vger.kernel.org \
    --cc=wudaemon@163.com \
    /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 a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox