Re: [2.6 patch] kill net/rxrpc/rxrpc_syms.c
From: Arnaldo Carvalho de Melo <hidden>
Date: 2006-11-28 03:54:46
Also in:
lkml
From: Arnaldo Carvalho de Melo <hidden>
Date: 2006-11-28 03:54:46
Also in:
lkml
On 11/28/06, Andrew Morton [off-list ref] wrote:
On Mon, 27 Nov 2006 11:21:25 +0000 David Howells [off-list ref] wrote:quoted
Adrian Bunk [off-list ref] wrote:quoted
This patch moves the EXPORT_SYMBOL's from net/rxrpc/rxrpc_syms.c to the files with the actual functions.You can if you like. Can you slap a blank line before each EXPORT_SYMBOL() though please?We have a mixture of both styles and given that they waste space in return for no added value, people have been gradually removing these blank lines in many places. Please don't add more.
Agreed, good thing would be if we could have something like
void foo(int bar) gpl_exported
{
}
I.e. some kind of __attribute__, nah, I should just get some sleep :-)
- Arnaldo