Re: [PATCH] staging:fixed code to fit tty_driver's kref filed fixed code to fit tty_driver's kref filed for drivers/staging/net/pc300_tty.c

2012-10-15 Thread Baodong Chen
sorry for my mistake, i should do more home work on code!! On Wed, Sep 5, 2012 at 5:25 AM, Greg KH wrote: > On Thu, Aug 30, 2012 at 03:36:18PM +0200, Jiri Slaby wrote: >> On 08/27/2012 03:34 PM, Baodong Chen wrote: >> >> Sorry, I do not get this change. You should not tou

[PATCH] staging:fixed code to fit tty_driver's kref filed fixed code to fit tty_driver's kref filed for drivers/staging/net/pc300_tty.c

2012-08-27 Thread Baodong Chen
Signed-off-by: Baodong Chen --- drivers/staging/net/pc300_tty.c | 55 ++- 1 files changed, 31 insertions(+), 24 deletions(-) diff --git a/drivers/staging/net/pc300_tty.c b/drivers/staging/net/pc300_tty.c index 4709f42..91ada93 100644 --- a/drivers/staging

Re: [PATCH] staging:net:fixed to fit tty_driver's kref field

2012-07-31 Thread Baodong Chen
On Mon, Jul 30, 2012 at 3:39 AM, Sam Ravnborg wrote: > On Sun, Jul 29, 2012 at 10:06:32PM +0800, Baodong Chen wrote: >> Fixed code to fix tty_driver's kref field >> Coding style issues >> >> Signed-off-by: Baodong Chen > > Hi Baodong. > > As already p

[PATCH] staging:net:fixed to fit tty_driver's kref field

2012-07-29 Thread Baodong Chen
Fixed code to fix tty_driver's kref field Coding style issues Signed-off-by: Baodong Chen --- drivers/staging/net/pc300_tty.c | 123 -- 1 files changed, 65 insertions(+), 58 deletions(-) diff --git a/drivers/staging/net/pc300_tty.c b/drivers/stagin

[PATCH] staging:net:fixed to fit tty_driver's kref field

2012-07-29 Thread Baodong Chen
Fixed code to fix tty_driver's kref field checkpatch.pl clean up Signed-off-by: Baodong Chen --- drivers/staging/net/pc300_tty.c | 763 --- 1 files changed, 386 insertions(+), 377 deletions(-) diff --git a/drivers/staging/net/pc300_tty.c b/drivers/st

Re: [PATCH] fixed coding style issues

2012-07-25 Thread Baodong Chen
On Wed, Jul 25, 2012 at 4:01 PM, Joe Perches wrote: > On Wed, 2012-07-25 at 15:44 +0800, Baodong Chen wrote: >> i want to participate in and to start from >> fixing simple issues! > > That's fine Baodong. Welcome. > >> how could i choose issues form checkpatch&

Re: [PATCH] fixed coding style issues

2012-07-25 Thread Baodong Chen
i want to participate in and to start from fixing simple issues! how could i choose issues form checkpatch's output to find which should be fixed which are not? or checkpatch.pl should be updated?? On Wed, Jul 25, 2012 at 3:30 PM, Joe Perches wrote: > On Wed, 2012-07-25 at 15:11 +0800,

[PATCH] fixed coding style issues

2012-07-25 Thread Baodong Chen
Fexed coding style issues from scripts/checkpatch.pl in drivers/input Signed-off-by: Baodong Chen --- drivers/input/apm-power.c |2 +- drivers/input/evdev.c | 52 +++- drivers/input/ff-core.c |4 +- drivers/input/ff-memless.c

Re: [PATCH] fixed a macro coding style issue

2012-07-24 Thread Baodong Chen
this patch definitely changes semantics. so please discard it, sorry about that! On Wed, Jul 25, 2012 at 1:37 PM, Dmitry Torokhov wrote: > On Wed, Jul 25, 2012 at 01:20:56PM +0800, Baodong Chen wrote: >> Fixed a coding style issue in driver/input/input.c >> >> Signed

[PATCH] fixed a macro coding style issue

2012-07-24 Thread Baodong Chen
Fixed a coding style issue in driver/input/input.c Signed-off-by: Baodong Chen --- drivers/input/input.c |6 -- 1 files changed, 4 insertions(+), 2 deletions(-) diff --git a/drivers/input/input.c b/drivers/input/input.c index 8921c61..c96e983 100644 --- a/drivers/input/input.c +++ b