From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from smtp.kernel.org (aws-us-west-2-korg-mail-1.web.codeaurora.org [10.30.226.201]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.subspace.kernel.org (Postfix) with ESMTPS id 05D0A375F87 for ; Sun, 19 Apr 2026 05:28:05 +0000 (UTC) Authentication-Results: smtp.subspace.kernel.org; arc=none smtp.client-ip=10.30.226.201 ARC-Seal:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1776576486; cv=none; b=KilNBrwhr2S3XqyD4M5rIjpM7vPObrOxNIlzzs1e9XFEc41PHTuDpoROsRzrCksLPU9yza03I3Dv0y9UjVge8+q4K7ja2j+udyLTIeV5olyImuSFehSlWc0b7kwg5niRj6uyfmss2E7ORZBLst1A1qA4OUiMWjeUNUXEhE6HuaE= ARC-Message-Signature:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1776576486; c=relaxed/simple; bh=Txs2XTS/YFdWTQtpe0NPeDUQfPLM3HiPPvN5xyzuRfA=; h=Date:From:To:Cc:Subject:Message-ID:References:MIME-Version: Content-Type:Content-Disposition:In-Reply-To; b=tk8x3uzzNLlQh/TLSfyLSh+I1Z0tYX4isSFs+6/6FR4zZXMHUE3OdvrVyJQ+YYZHtHqb+4wARUqesBiEOMgcsk4xbeHQfDPlfPwFPu07/yHHin0+EsiERHxfwlCB7hTQNIjuAaXqCScx6yYeUZ6EFp7GOTVQmCMro1+FgSvFaOM= ARC-Authentication-Results:i=1; smtp.subspace.kernel.org; dkim=pass (1024-bit key) header.d=linuxfoundation.org header.i=@linuxfoundation.org header.b=erisXdPq; arc=none smtp.client-ip=10.30.226.201 Authentication-Results: smtp.subspace.kernel.org; dkim=pass (1024-bit key) header.d=linuxfoundation.org header.i=@linuxfoundation.org header.b="erisXdPq" Received: by smtp.kernel.org (Postfix) with ESMTPSA id 425B5C2BCAF; Sun, 19 Apr 2026 05:28:05 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=linuxfoundation.org; s=korg; t=1776576485; bh=Txs2XTS/YFdWTQtpe0NPeDUQfPLM3HiPPvN5xyzuRfA=; h=Date:From:To:Cc:Subject:References:In-Reply-To:From; b=erisXdPqDK4LvLN6ZW5QOJOn1RWiOBYFiopwU1yzEbofZ0neb3PoKlB/8u5s5UbrN 1Dsj2NAgAYoYM99WgQpmoS79phaoTE1ZREVJVAToF8nrfvEQAPPYvBuzIMy+X4Gs67 otvzBES4cPywiTUBIZlod1rDoBKUpPG4ISXFo1rI= Date: Sun, 19 Apr 2026 07:28:03 +0200 From: Greg KH To: a Cc: arnd@arndb.de, linux-kernel@vger.kernel.org, a Subject: Re: [PATCH] [PATCH] drivers/misc: dummy-irq: use pr_* logging helpers Message-ID: <2026041910-unbend-preschool-1e0c@gregkh> References: <20260419040308.4239-1-a@JS-Host.myguest.virtualbox.org> Precedence: bulk X-Mailing-List: linux-kernel@vger.kernel.org List-Id: List-Subscribe: List-Unsubscribe: MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20260419040308.4239-1-a@JS-Host.myguest.virtualbox.org> On Sun, Apr 19, 2026 at 07:03:08AM +0300, a wrote: > Replace printk(KERN_*) with pr_*() helpers for improved readability > and consistency with current kernel logging style. > > Add pr_fmt() to avoid repeating module name in log messages. > > No functional change intended. You created functional changes, and your email "From:" line was incorrect. Please work on basic cleanup patches in drivers/staging/ first, before going out into other areas of the kernel, so that you get the proper experience of the workflow correct. thanks, greg k-h