Re: [PATCH] Staging: Westbridge: fix EXPORT_SYMBOL errors reported by checkpatch.pl

2011-01-31 Thread Sutharsan
On Mon, 2011-01-31 at 13:40 -0800, Greg KH wrote: > On Wed, Jan 26, 2011 at 08:58:54AM -0800, Sutharsan wrote: > > > > From: Sutharsan Ramamoorthy > > > > This patch fixes errors reported by checkpatch.pl > > in westbridge device controller driver in the staging tree. > > File containing EXPORT_

Re: Staging: Westbridge: fix EXPORT_SYMBOL errors reported by checkpatch.pl

2011-01-31 Thread Sutharsan
On Mon, 2011-01-31 at 13:31 -0800, Greg KH wrote: > On Tue, Jan 25, 2011 at 09:03:22PM -0800, Sutharsan wrote: > > From: Sutharsan Ramamoorthy > > > > This patch fixes errors reported by checkpatch.pl > > in westbridge device controller driver in the staging tree. > > File containing EXPORT_SYMB

Re: [PATCH] Staging: Westbridge: fix EXPORT_SYMBOL errors reported by checkpatch.pl

2011-01-31 Thread Greg KH
On Wed, Jan 26, 2011 at 08:58:54AM -0800, Sutharsan wrote: > > From: Sutharsan Ramamoorthy > > This patch fixes errors reported by checkpatch.pl > in westbridge device controller driver in the staging tree. > File containing EXPORT_SYMBOL() macros for all the APIs exported > by the westbridge so

Re: Staging: Westbridge: fix EXPORT_SYMBOL errors reported by checkpatch.pl

2011-01-31 Thread Greg KH
On Tue, Jan 25, 2011 at 09:03:22PM -0800, Sutharsan wrote: > From: Sutharsan Ramamoorthy > > This patch fixes errors reported by checkpatch.pl > in westbridge device controller driver in the staging tree. > File containing EXPORT_SYMBOL() macros for all the APIs exported > by the westbridge sof

[PATCH] Staging: Westbridge: fix EXPORT_SYMBOL errors reported by checkpatch.pl

2011-01-26 Thread Sutharsan
From: Sutharsan Ramamoorthy This patch fixes errors reported by checkpatch.pl in westbridge device controller driver in the staging tree. File containing EXPORT_SYMBOL() macros for all the APIs exported by the westbridge software has been removed. EXPORT_SYMBOL() macros are added after the corr

[PATCH] Staging: Westbridge: fix EXPORT_SYMBOL errors reported by checkpatch.pl

2011-01-25 Thread Sutharsan
From: Sutharsan Ramamoorthy This patch fixes errors reported by checkpatch.pl in westbridge device controller driver in the staging tree. File containing EXPORT_SYMBOL() macros for all the APIs exported by the westbridge software has been removed. EXPORT_SYMBOL() macros are added after the cor

Staging: Westbridge: fix EXPORT_SYMBOL errors reported by checkpatch.pl

2011-01-25 Thread Sutharsan
From: Sutharsan Ramamoorthy This patch fixes errors reported by checkpatch.pl in westbridge device controller driver in the staging tree. File containing EXPORT_SYMBOL() macros for all the APIs exported by the westbridge software has been removed. EXPORT_SYMBOL() macros are added after the cor

Re: Staging: Westbridge: fix EXPORT_SYMBOL errors reported by checkpatch.pl

2011-01-21 Thread Greg KH
On Wed, Jan 19, 2011 at 05:31:46PM -0800, Sutharsan Ramamoorthy wrote: > From: Sutharsan Ramamoorthy > > This patch fixes errors in westbridge device controller driver in the > staging tree reported by checkpatch.pl. File containing EXPORT_SYMBOL() > macros for all the APIs exported by the west