* [PATCH] atm: iphase: Fix a typo in printk message.
@ 2022-12-23 7:41 Masanari Iida
2022-12-25 16:42 ` Pavan Chebbi
0 siblings, 1 reply; 2+ messages in thread
From: Masanari Iida @ 2022-12-23 7:41 UTC (permalink / raw)
To: 3chas3, linux-kernel, netdev, linux-atm-general; +Cc: Masanari Iida
This patch fixes a spelling typo in printk message.
Signed-off-by: Masanari Iida <standby24x7@gmail.com>
---
drivers/atm/iphase.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/drivers/atm/iphase.c b/drivers/atm/iphase.c
index 324148686953..aea5fc4c206e 100644
--- a/drivers/atm/iphase.c
+++ b/drivers/atm/iphase.c
@@ -549,7 +549,7 @@ static int ia_cbr_setup (IADEV *dev, struct atm_vcc *vcc) {
if (testSlot >= (int)dev->CbrTotEntries) { // Wrap if necessary
testSlot -= dev->CbrTotEntries;
IF_CBR(printk("TotCbrEntries=%d",dev->CbrTotEntries);)
- IF_CBR(printk(" Testslot=0x%x ToBeAssgned=%d\n",
+ IF_CBR(printk(" Testslot=0x%x ToBeAssigned=%d\n",
testSlot, toBeAssigned);)
}
// set table index and read in value
--
2.38.1
^ permalink raw reply related [flat|nested] 2+ messages in thread
* Re: [PATCH] atm: iphase: Fix a typo in printk message.
2022-12-23 7:41 [PATCH] atm: iphase: Fix a typo in printk message Masanari Iida
@ 2022-12-25 16:42 ` Pavan Chebbi
0 siblings, 0 replies; 2+ messages in thread
From: Pavan Chebbi @ 2022-12-25 16:42 UTC (permalink / raw)
To: Masanari Iida; +Cc: 3chas3, linux-kernel, netdev, linux-atm-general
[-- Attachment #1: Type: text/plain, Size: 1137 bytes --]
On Fri, Dec 23, 2022 at 1:11 PM Masanari Iida <standby24x7@gmail.com> wrote:
>
> This patch fixes a spelling typo in printk message.
>
> Signed-off-by: Masanari Iida <standby24x7@gmail.com>
> ---
> drivers/atm/iphase.c | 2 +-
> 1 file changed, 1 insertion(+), 1 deletion(-)
>
> diff --git a/drivers/atm/iphase.c b/drivers/atm/iphase.c
> index 324148686953..aea5fc4c206e 100644
> --- a/drivers/atm/iphase.c
> +++ b/drivers/atm/iphase.c
> @@ -549,7 +549,7 @@ static int ia_cbr_setup (IADEV *dev, struct atm_vcc *vcc) {
> if (testSlot >= (int)dev->CbrTotEntries) { // Wrap if necessary
> testSlot -= dev->CbrTotEntries;
> IF_CBR(printk("TotCbrEntries=%d",dev->CbrTotEntries);)
> - IF_CBR(printk(" Testslot=0x%x ToBeAssgned=%d\n",
> + IF_CBR(printk(" Testslot=0x%x ToBeAssigned=%d\n",
> testSlot, toBeAssigned);)
I think current checkpatch errors are valid even though the original
code may be violating. You may fix them and also add a fixes tag.
> }
> // set table index and read in value
> --
> 2.38.1
>
[-- Attachment #2: S/MIME Cryptographic Signature --]
[-- Type: application/pkcs7-signature, Size: 4209 bytes --]
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2022-12-25 16:43 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2022-12-23 7:41 [PATCH] atm: iphase: Fix a typo in printk message Masanari Iida
2022-12-25 16:42 ` Pavan Chebbi
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).