summaryrefslogtreecommitdiff
path: root/drivers/staging/sep/sep_main.c
diff options
context:
space:
mode:
authorMonam Agarwal <monamagarwal123@gmail.com>2014-02-26 05:27:14 (GMT)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>2014-02-27 21:07:59 (GMT)
commite26b0da125b475bbfbc4e6e6936cfd2795e5aa3b (patch)
treeff622ad5d10efbfc5fda88c95c465e4d86426af7 /drivers/staging/sep/sep_main.c
parent22fc12669bc624f28c815b4eddff81331205f583 (diff)
downloadlinux-e26b0da125b475bbfbc4e6e6936cfd2795e5aa3b.tar.xz
Staging: sep: Fix line length over 80 characters in sep_main.c
This patch fixes the following checkpatch.pl warning in sep_main.c WARNING: line length over 80 characters Signed-off-by: Monam Agarwal <monamagarwal123@gmail.com> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Diffstat (limited to 'drivers/staging/sep/sep_main.c')
-rw-r--r--drivers/staging/sep/sep_main.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/drivers/staging/sep/sep_main.c b/drivers/staging/sep/sep_main.c
index 7faf8ff..cbfc0cf 100644
--- a/drivers/staging/sep/sep_main.c
+++ b/drivers/staging/sep/sep_main.c
@@ -2872,7 +2872,8 @@ static int sep_free_dma_tables_and_dcb(struct sep_device *sep, bool isapplet,
* Go over each DCB and see if
* tail pointer must be updated
*/
- for (i = 0; i < (*dma_ctx)->nr_dcb_creat; i++, dcb_table_ptr++) {
+ for (i = 0; i < (*dma_ctx)->nr_dcb_creat;
+ i++, dcb_table_ptr++) {
if (dcb_table_ptr->out_vr_tail_pt) {
pt_hold = (unsigned long)dcb_table_ptr->
out_vr_tail_pt;