[PATCH 1/3] staging: dgnc: fix 80 characters per line limitation and code indent warnings.

2013-12-20 Thread Stalin Srinivasan
From: stalinsrinivasan.s This is a patch to the dgnc_cls.c file that fixes up 80 characters per line and code indent warnings found by the checkpatch.pl tool. Signed-off-by: S. Stalin Srinivasan --- drivers/staging/dgnc/dgnc_cls.c | 244 ++- 1 files

[PATCH 2/3] staging: dgnc: fix checkpatch.pl usage of volatile.

2013-12-20 Thread Stalin Srinivasan
From: stalinsrinivasan.s This is a patch to the dgnc_cls.c file that fixes up volatile usage warning found by the checkpatch.pl tool Signed-off-by: S. Stalin Srinivasan --- drivers/staging/dgnc/dgnc_cls.c |7 ++- 1 files changed, 6 insertions(+), 1 deletions(-) diff --git a/drivers

[PATCH 3/3] staging: dgnc: fix checkpatch.pl usage of comparison with jiffies

2013-12-20 Thread Stalin Srinivasan
From: stalinsrinivasan.s This is a patch to the dgnc_cls.c file that fixes up comparison with jiffies usage warning found by the checkpatch.pl tool Signed-off-by: S. Stalin Srinivasan --- drivers/staging/dgnc/dgnc_cls.c |2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a