lists.openwall.net   lists  /  announce  owl-users  owl-dev  john-users  john-dev  passwdqc-users  yescrypt  popa3d-users  /  oss-security  kernel-hardening  musl  sabotage  tlsify  passwords  /  crypt-dev  xvendor  /  Bugtraq  Full-Disclosure  linux-kernel  linux-netdev  linux-ext4  linux-hardening  linux-cve-announce  PHC 
Open Source and information security mailing list archives
 
Hash Suite: Windows password security audit tool. GUI, reports in PDF.
[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Date:	Tue, 17 Dec 2013 15:06:57 +0000
From:	Laszlo Papp <lpapp@....org>
To:	LKML <linux-kernel@...r.kernel.org>
Subject: Lindent formatting issues

Hi,

./scripts/Lindent seems to be working OK, but there are a few minor
issues like this:

static struct i2c_driver max6651_driver = {
        .driver = {
-               .name = "gpio-max6651",
-               .owner = THIS_MODULE,
-       },
+                  .name = "gpio-max6651",
+                  .owner = THIS_MODULE,
+                  },

Is there an option or something to mkae it work automatically? I am
referring to the "}," line which should not have changed.

Cheers,
Laszlo

PS.: I know it is an "indent" related question, but I do not see an
option for available this, and the project seems to be umaintained.
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Please read the FAQ at  http://www.tux.org/lkml/

Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ