Re: [LinuxBIOS] [PATCH][v3] static/const cleanups

2007-07-20 Thread Uwe Hermann
On Wed, Jul 18, 2007 at 03:05:33PM -0600, Marc Jones wrote: Acked-by: Marc Jones [EMAIL PROTECTED] r460, thanks. Uwe. -- http://www.hermann-uwe.de | http://www.holsham-traders.de http://www.crazy-hacks.org | http://www.unmaintained-free-software.org signature.asc Description: Digital

[LinuxBIOS] [PATCH][v3] static/const cleanups

2007-07-18 Thread Uwe Hermann
See patch. Uwe. -- http://www.hermann-uwe.de | http://www.holsham-traders.de http://www.crazy-hacks.org | http://www.unmaintained-free-software.org Various smaller code fixes: - Use 'static' for functions and structs which are not meant to be public. - Use 'const' for variables which are

Re: [LinuxBIOS] [PATCH][v3] static/const cleanups

2007-07-18 Thread Marc Jones
Uwe Hermann wrote: See patch. Uwe. Various smaller code fixes: - Use 'static' for functions and structs which are not meant to be public. - Use 'const' for variables which are not meant to be modified.