Re: [PATCH] drivers: staging: bcm: Removed a developer debug statement.

2013-10-29 Thread Greg KH
On Thu, Oct 24, 2013 at 01:02:45AM +0300, Dan Carpenter wrote: > On Wed, Oct 23, 2013 at 03:11:20PM -0400, Chuong Ngo wrote: > > Removed a developer debug statement per the TODO list. Additionally, > > removed braces for the if-statement to match coding style. > > Line wrap the changelog at 72 c

Re: [PATCH] drivers: staging: bcm: Removed a developer debug statement.

2013-10-23 Thread Dan Carpenter
On Wed, Oct 23, 2013 at 03:11:20PM -0400, Chuong Ngo wrote: > Removed a developer debug statement per the TODO list. Additionally, removed > braces for the if-statement to match coding style. Line wrap the changelog at 72 characters. You don't really need to mention the removed braces because t

[PATCH] drivers: staging: bcm: Removed a developer debug statement.

2013-10-23 Thread Chuong Ngo
Removed a developer debug statement per the TODO list. Additionally, removed braces for the if-statement to match coding style. Signed-off-by: Chuong Ngo --- drivers/staging/bcm/Bcmchar.c | 5 + 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/drivers/staging/bcm/Bcmchar.c b/dr