From: Sandhya Bankar <bankarsandhya512@gmail.com>
To: outreachy-kernel@googlegroups.com
Cc: oleg.drokin@intel.com, andreas.dilger@intel.com,
jsimmons@infradead.org, gregkh@linuxfoundation.org
Subject: [PATCH v2 0/2] Staging: Remove exceptional & on function name.
Date: Sun, 18 Sep 2016 06:27:18 +0530 [thread overview]
Message-ID: <cover.1474159150.git.bankarsandhya512@gmail.com> (raw)
A function name is already a pointer, and does not need &.
This changes are made by below coccinelle script:
// <smpl>
@r@
identifier f;
@@
f(...) { ... }
@@
identifier r.f;
@@
- &f
+ f
// </smpl>
Changes in v2:
* Correcting the commit message.
* Correcting the file permission issue.
Sandhya Bankar (2):
Staging: lustre: file: Remove exceptional & on function name.
Staging: lustre: namei: Remove exceptional & on function name.
drivers/staging/lustre/lustre/llite/file.c | 2 +-
drivers/staging/lustre/lustre/llite/namei.c | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)
next reply other threads:[~2016-09-18 11:58 UTC|newest]
Thread overview: 3+ messages / expand[flat|nested] mbox.gz Atom feed top
2016-09-18 0:57 Sandhya Bankar [this message]
2016-09-18 1:02 ` [PATCH v2 1/2] Staging: lustre: namei: Remove exceptional & on function name Sandhya Bankar
2016-09-18 12:26 ` [PATCH v2 2/2] Staging: lustre: file: " Sandhya Bankar
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=cover.1474159150.git.bankarsandhya512@gmail.com \
--to=bankarsandhya512@gmail.com \
--cc=andreas.dilger@intel.com \
--cc=gregkh@linuxfoundation.org \
--cc=jsimmons@infradead.org \
--cc=oleg.drokin@intel.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.