From: Elizabeth Ferdman <gnudevliz@gmail.com>
To: outreachy-kernel@googlegroups.com
Cc: amsfield22@gmail.com
Subject: trailing comma in parameter list
Date: Mon, 3 Oct 2016 14:57:32 -0700 [thread overview]
Message-ID: <20161003215732.GA4343@localhost> (raw)
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
next reply other threads:[~2016-10-03 21:57 UTC|newest]
Thread overview: 2+ messages / expand[flat|nested] mbox.gz Atom feed top
2016-10-03 21:57 Elizabeth Ferdman [this message]
2016-10-03 22:17 ` [Outreachy kernel] trailing comma in parameter list Julia Lawall
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20161003215732.GA4343@localhost \
--to=gnudevliz@gmail.com \
--cc=amsfield22@gmail.com \
--cc=outreachy-kernel@googlegroups.com \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
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.