[PATCH 155/342] Staging: wlan-ng: Lindent cleanups

Alexey Zaytsev alexey.zaytsev at gmail.com
Sat Jun 20 21:39:01 UTC 2009


On Fri, Jun 19, 2009 at 22:06, Greg Kroah-Hartman<gregkh at suse.de> wrote:
> From: Mithlesh Thukral
> Lindent script cleanups in wlan-ng driver in the staging tree.
>
> This is a item in the TODO list.
>
> Signed-off-by: Mithlesh Thukral
> Signed-off-by: Greg Kroah-Hartman
> ---
> drivers/staging/wlan-ng/hfa384x.h | 376 +++++++--------
> drivers/staging/wlan-ng/hfa384x_usb.c | 322 ++++++-------
> drivers/staging/wlan-ng/p80211conv.c | 21 +-
> drivers/staging/wlan-ng/p80211conv.h | 4 +-
[...]

For the most part, the patch actually makes the code look worse, like

-void hfa384x_create(hfa384x_t *hw, struct usb_device *usb);
-void hfa384x_destroy(hfa384x_t *hw);
+void hfa384x_create(hfa384x_t * hw, struct usb_device *usb);
+void hfa384x_destroy(hfa384x_t * hw);

Please revert. :(



More information about the devel mailing list