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

2013-12-21 Thread Dan Carpenter
On Fri, Dec 20, 2013 at 10:03:26PM +0530, Stalin Srinivasan wrote: > 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 > When you're writing a changelog please mention that you fixed the locking a little.

[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/st