]> git.karo-electronics.de Git - karo-tx-linux.git/commitdiff
staging: wlan-ng: fix long line
authorDouglas Barbonaglia Sathler Figueiredo <eng.douglasfigueiredo@gmail.com>
Mon, 1 Jun 2015 13:37:11 +0000 (10:37 -0300)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Mon, 8 Jun 2015 20:33:40 +0000 (13:33 -0700)
Style (line over 80 chars) in drivers/staging/wlan-ng/prism2fw.c

Signed-off-by: Douglas Barbonaglia Sathler Figueiredo <eng.douglasfigueiredo@gmail.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/staging/wlan-ng/prism2fw.c

index 9408644cc8b8734551fcf20b22da53e21f76f47f..fe36613589ae4c03d01ea6ddeb4f60aac1732a16 100644 (file)
@@ -708,7 +708,10 @@ static int plugimage(struct imgchunk *fchunk, unsigned int nfchunks,
                        continue;
                }
 
-               /* Validate plug address against chunk data and identify chunk */
+               /*
+                * Validate plug address against
+                * chunk data and identify chunk
+                */
                for (c = 0; c < nfchunks; c++) {
                        cstart = fchunk[c].addr;
                        cend = fchunk[c].addr + fchunk[c].len;
@@ -923,7 +926,8 @@ static int read_fwfile(const struct ihex_binrec *record)
                                      rcnt,
                                      s3info[ns3info].len,
                                      s3info[ns3info].type);
-                       if (((s3info[ns3info].len - 1) * sizeof(u16)) > sizeof(s3info[ns3info].info)) {
+                       if (((s3info[ns3info].len - 1) * sizeof(u16)) >
+                          sizeof(s3info[ns3info].info)) {
                                pr_err("S3 inforec length too long - aborting\n");
                                return 1;
                        }