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 --- 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