Thread (10 messages) 10 messages, 4 authors, 2025-09-25

Re: [PATCH iproute2-next 1/3] iplink_can: fix coding style for pointer format

From: Stephen Hemminger <stephen@networkplumber.org>
Date: 2025-09-22 22:10:13
Also in: linux-can, lkml

On Sun, 21 Sep 2025 16:32:30 +0900
Vincent Mailhol [off-list ref] wrote:
checkpatch.pl complains about the pointer symbol * being attached to the
type instead of being attached to the variable:

  ERROR: "foo* bar" should be "foo *bar"
  #85: FILE: ip/iplink_can.c:85:
  +		       const char* name)

  ERROR: "foo* bar" should be "foo *bar"
  #93: FILE: ip/iplink_can.c:93:
  +static void print_ctrlmode(enum output_type t, __u32 flags, const char* key)

Fix those two warnings.

Signed-off-by: Vincent Mailhol <mailhol@kernel.org>
---
This is ok, to fix. 
Keyboard shortcuts
hback out one level
jnext message in thread
kprevious message in thread
ldrill in
Escclose help / fold thread tree
?toggle this help