public inbox for linux-doc@vger.kernel.org
 help / color / mirror / Atom feed
* [PATCH] Signed-off-by: Afkari Zergaw <afkarizergaw12@gmail.com>
@ 2026-03-01  8:36 Afkari Zergaw
  2026-03-04  1:56 ` Takashi Sakamoto
  0 siblings, 1 reply; 2+ messages in thread
From: Afkari Zergaw @ 2026-03-01  8:36 UTC (permalink / raw)
  To: pbonzini, corbet; +Cc: skhan, kvm, linux-doc, linux-kernel, Afkari Zergaw

firewire: net: fix FIXME comment punctuation

Add a missing colon after the FIXME tag in the comment to follow
the standard kernel comment style.

Signed-off-by: Afkari Zergaw <afkarizergaw12@gmail.com>
---
 drivers/firewire/net.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/drivers/firewire/net.c b/drivers/firewire/net.c
index f1a2bee39bf1..70ceab772208 100644
--- a/drivers/firewire/net.c
+++ b/drivers/firewire/net.c
@@ -121,7 +121,7 @@ struct fwnet_partial_datagram {
 	struct list_head pd_link;
 	struct list_head fi_list;
 	struct sk_buff *skb;
-	/* FIXME Why not use skb->data? */
+	/* FIXME: Why not use skb->data? */
 	char *pbuf;
 	u16 datagram_label;
 	u16 ether_type;
-- 
2.43.0


^ permalink raw reply related	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2026-03-04  1:56 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2026-03-01  8:36 [PATCH] Signed-off-by: Afkari Zergaw <afkarizergaw12@gmail.com> Afkari Zergaw
2026-03-04  1:56 ` Takashi Sakamoto

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox