Thread (3 messages) read the whole thread 3 messages, 2 authors, 2015-03-13

Re: [8/15] libertas_tf: if_usb.c: don't export static symbol

From: Kalle Valo <hidden>
Date: 2015-03-13 14:18:42
Also in: kernel-janitors, lkml, netdev

From: Julia Lawall <redacted>

The semantic patch that fixes this problem is as follows:
(http://coccinelle.lip6.fr/)

// <smpl>
@r@
type T;
identifier f;
@@

static T f (...) { ... }

@@
identifier r.f;
declarer name EXPORT_SYMBOL_GPL;
@@

-EXPORT_SYMBOL_GPL(f);
// </smpl>

Signed-off-by: Julia Lawall <redacted>
Thanks, applied to wireless-drivers-next.git.

Kalle Valo
Keyboard shortcuts
hback out one level
jnext message in thread
kprevious message in thread
ldrill in
Escclose help / fold thread tree
?toggle this help