Re: [PATCH] Staging: anrdroid: sync.c: fixed all checkpatch errors and warnings

2013-06-05 Thread Joe Perches
On Wed, 2013-06-05 at 23:23 +0300, Aldo Iljazi wrote: > diff --git a/drivers/staging/android/sync.c b/drivers/staging/android/sync.c [] > @@ -893,13 +892,13 @@ static void sync_print_obj(struct seq_file *s, struct > sync_timeline *obj) > if (obj->ops->timeline_value_str) { > ch

Re: [PATCH] Staging: anrdroid: sync.c: fixed all checkpatch errors and warnings

2013-06-05 Thread Greg KH
On Wed, Jun 05, 2013 at 11:23:47PM +0300, Aldo Iljazi wrote: > Signed-off-by: Aldo Iljazi And what, _specifically_ were those error and warnings? Please let us know what you changed in the changelog comment and why. Also, did you test this? thanks, greg k-h -- To unsubscribe from this list: s

[PATCH] Staging: anrdroid: sync.c: fixed all checkpatch errors and warnings

2013-06-05 Thread Aldo Iljazi
Signed-off-by: Aldo Iljazi --- drivers/staging/android/sync.c | 21 ++--- 1 file changed, 10 insertions(+), 11 deletions(-) diff --git a/drivers/staging/android/sync.c b/drivers/staging/android/sync.c index 3893a35..8bd5bf3 100644 --- a/drivers/staging/android/sync.c +++ b/driv