[PATCH] skd: Fix checkpatch ERRORS and removed unused functions.

2013-10-23 Thread Akhil Bhansali
:00 2001 From: Akhil Bhansali Date: Wed, 23 Oct 2013 14:45:34 +0530 Subject: [PATCH] [PATCH] Fix checkpatch ERRORS and removed unused functions. This patch fixes checkpatch.pl errors for assignment in if condition. It also removes unused readq / readl function calls. As Andrew had disabled the

RE: [block:for-next 5/6] drivers/block/skd_main.c:441:3: error: implicit declaration of function 'readq'

2013-09-27 Thread Akhil Bhansali
o mainline kernel. Thank you. Regards, Akhil From: Jens Axboe [ax...@kernel.dk] Sent: Monday, September 23, 2013 7:50 PM To: Akhil Bhansali Cc: kbuild test robot; OS Engineering; Ramprasad Chinthekindi; jmo...@redhat.com; linux-kernel@vger.kernel.org; Amit

RE: [block:for-next 5/6] drivers/block/skd_main.c:441:3: error: implicit declaration of function 'readq'

2013-09-23 Thread Akhil Bhansali
6 lines checked -- I have compiled the changes for x86_64 architecture and there are no outstanding warnings. Please let us know if you see any review comments. Thank you. -- >From 16f5b92dbc98c914831a64b58927dfc4c5c1fd39 Mon Sep 17 00:00:00 2001 From: Akhil Bhansali Date: Mon, 23

RE: [block:for-next 5/6] drivers/block/skd_main.c:441:3: error: implicit declaration of function 'readq'

2013-09-19 Thread Akhil Bhansali
. -- >From 0c175433db8079e93890ebfcd736fa8756aa88af Mon Sep 17 00:00:00 2001 From: Akhil Bhansali Date: Thu, 19 Sep 2013 17:28:18 +0530 Subject: [PATCH] block: skd: Changes to remove unused readq / readl function calls. These changes are to remove readq functions which is not used. Signed-off

RE: [block:for-next 5/6] drivers/block/skd_main.c:441:3: error: implicit declaration of function 'readq'

2013-09-18 Thread Akhil Bhansali
Hi Jens, Please accept this patch that takes care of warnings related to i386 compilation. 1. Implicit function declaration of readq and writeq. 2. Format related warnings for VPRINTK. >From f9964257c83f224c120ecb1e5a7b25e1807efea8 Mon Sep 17 00:00:00 2001 From: Akhil Bhansali Date:

RE: [block:for-next 5/6] drivers/block/skd_main.c:441:3: error: implicit declaration of function 'readq'

2013-09-13 Thread Akhil Bhansali
This patch takes care of warnings related to 1. Implicit function declaration for readq / writeq. 2. Warnings related to -Wformat. Signed-off-by: Akhil Bhansali -- diff -uprN -X linux-3.10.9/Documentation/dontdiff linux-3.10.9/drivers/block/skd_main.c linux-3.10.9.changes/drivers/block