All of lore.kernel.org
 help / color / mirror / Atom feed
* trailing comma in parameter list
@ 2016-10-03 21:57 Elizabeth Ferdman
  2016-10-03 22:17 ` [Outreachy kernel] " Julia Lawall
  0 siblings, 1 reply; 2+ messages in thread
From: Elizabeth Ferdman @ 2016-10-03 21:57 UTC (permalink / raw)
  To: outreachy-kernel; +Cc: amsfield22

A question just came up after seeing this checkpatch error:

ERROR: space prohibited before that close parenthesis ')'
#71: FILE:
/home/lizadev/git/kernels/staging/drivers/staging/fbtft/fbtft-bus.c:71:
+define_fbtft_write_reg(fbtft_write_reg8_bus8, u8, )

I'm wondering why there's a comma after the last parameter. I found
something about variadic macros on gcc.gnu.org. Not seeing how that
applies here though...

I wonder if taking out that space would be a problem. 

-liz


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

end of thread, other threads:[~2016-10-03 22:17 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2016-10-03 21:57 trailing comma in parameter list Elizabeth Ferdman
2016-10-03 22:17 ` [Outreachy kernel] " Julia Lawall

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.