From: Amitoj Kaur Chawla <amitoj1606@gmail.com>
To: outreachy-kernel@googlegroups.com
Subject: [PATCH 0/2] staging: Do not export static functions
Date: Sat, 24 Oct 2015 22:48:23 +0530 [thread overview]
Message-ID: <cover.1445706942.git.amitoj1606@gmail.com> (raw)
This patchset removes the export symbol for static functions.
The semantic patch used to find this is:
// <smpl>
@r@
type T;
identifier f;
@@
static T f (...) { ... }
@@
identifier r.f;
declarer name EXPORT_SYMBOL;
@@
-EXPORT_SYMBOL(f);
// </smpl>
Amitoj Kaur Chawla (2):
staging: lustre: ldlm: Do not export static function
staging: rtl8192u: ieee80211: Do not export static function
drivers/staging/lustre/lustre/ldlm/ldlm_pool.c | 1 -
drivers/staging/rtl8192u/ieee80211/ieee80211_softmac.c | 1 -
2 files changed, 2 deletions(-)
--
1.9.1
next reply other threads:[~2015-10-24 17:18 UTC|newest]
Thread overview: 3+ messages / expand[flat|nested] mbox.gz Atom feed top
2015-10-24 17:18 Amitoj Kaur Chawla [this message]
2015-10-24 17:19 ` [PATCH 1/2] staging: lustre: ldlm: Do not export static function Amitoj Kaur Chawla
2015-10-24 17:21 ` [PATCH 2/2] staging: rtl8192u: ieee80211: " Amitoj Kaur Chawla
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.1445706942.git.amitoj1606@gmail.com \
--to=amitoj1606@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.