backports: remove some stray whitespace
authorJohannes Berg <johannes.berg@intel.com>
Tue, 7 Feb 2017 21:32:29 +0000 (22:32 +0100)
committerJohannes Berg <johannes.berg@intel.com>
Tue, 7 Feb 2017 21:33:40 +0000 (22:33 +0100)
Signed-off-by: Johannes Berg <johannes.berg@intel.com>
backport/backport-include/linux/device.h
backport/backport-include/linux/etherdevice.h
backport/backport-include/linux/idr.h
backport/backport-include/linux/if_ether.h
backport/backport-include/linux/if_vlan.h
backport/backport-include/linux/init.h
backport/backport-include/linux/leds.h
backport/backport-include/linux/rcupdate.h
backport/backport-include/linux/rtnetlink.h

index 592d7b104ca1a0030e5d4f43970fc066d863e57b..3e16a1504f98681589b7a1dcec655ecb72142673 100644 (file)
@@ -174,7 +174,7 @@ static inline void init_##_name##_attrs(void) {}            \
 __ATTRIBUTE_GROUPS(_name)
 
 #if LINUX_VERSION_CODE < KERNEL_VERSION(3,13,0)
-#define devm_kmalloc(dev, size, flags) devm_kzalloc(dev, size, flags) 
+#define devm_kmalloc(dev, size, flags) devm_kzalloc(dev, size, flags)
 #endif
 
 #if LINUX_VERSION_CODE < KERNEL_VERSION(3,15,0)
index 34dbf6517f64ab3f3081f590635e05ccc8e82bd8..b12a578beffa73719e9df8c4cf454410a17e4fc7 100644 (file)
@@ -54,8 +54,8 @@ static inline void eth_random_addr(u8 *addr)
  * commit 6d57e9078e880a3dd232d579f42ac437a8f1ef7b
  * Author: Duan Jiong <djduanjiong@gmail.com>
  * Date:   Sat Sep 8 16:32:28 2012 +0000
- * 
- *     etherdevice: introduce help function eth_zero_addr() 
+ *
+ *     etherdevice: introduce help function eth_zero_addr()
  */
 #define eth_zero_addr LINUX_BACKPORT(eth_zero_addr)
 static inline void eth_zero_addr(u8 *addr)
index d4ad95224ba87e0715008cb947e0dc0f5a434a72..0d4792ee4c55917ff61dde6659e3fe8b18829281 100644 (file)
@@ -18,7 +18,7 @@ void ida_simple_remove(struct ida *ida, unsigned int id);
 #include <linux/errno.h>
 /**
  * backport of idr idr_alloc() usage
- * 
+ *
  * This backports a patch series send by Tejun Heo:
  * https://lkml.org/lkml/2013/2/2/159
  */
index de5e28ac48a1afb0355f2d348c7f0b1e5d469691..55862ceaab7fd75b792556030fe731a917d516c0 100644 (file)
@@ -12,7 +12,7 @@
  * commit e5c5d22e8dcf7c2d430336cbf8e180bd38e8daf1
  * Author: Simon Horman <horms@verge.net.au>
  * Date:   Thu Mar 28 13:38:25 2013 +0900
- * 
+ *
  *     net: add ETH_P_802_3_MIN
  */
 #ifndef ETH_P_802_3_MIN
index be2e259ad2d8cb0b4b44353a8de4b6e8ced0ff3f..f9ddc806f9b36a90e4a350d62d4fc155f99155c5 100644 (file)
@@ -8,9 +8,9 @@
 #define vlan_put_tag(__skb, __vlan_proto, __vlan_tci)          vlan_put_tag(__skb, __vlan_tci)
 #define __vlan_hwaccel_put_tag(__skb, __vlan_proto, __vlan_tag)        __vlan_hwaccel_put_tag(__skb, __vlan_tag)
 
-#define __vlan_find_dev_deep(__real_dev, __vlan_proto, __vlan_id) __vlan_find_dev_deep(__real_dev, __vlan_id) 
+#define __vlan_find_dev_deep(__real_dev, __vlan_proto, __vlan_id) __vlan_find_dev_deep(__real_dev, __vlan_id)
 
-#endif 
+#endif
 
 #ifndef VLAN_PRIO_MASK
 #define VLAN_PRIO_MASK         0xe000 /* Priority Code Point */
index a835e33b93f1a79bdb87f09a304e49559a6043ce..3a1228291eb4dd8c9a9ac0f3c8daa38b8b1f461f 100644 (file)
@@ -6,7 +6,7 @@
  * Backports 312b1485fb509c9bc32eda28ad29537896658cb8
  * Author: Sam Ravnborg <sam@ravnborg.org>
  * Date:   Mon Jan 28 20:21:15 2008 +0100
- * 
+ *
  * Introduce new section reference annotations tags: __ref, __refdata, __refconst
  */
 #ifndef __ref
index 9f45aba202cdae51e4d479803bb7a67e06f135c8..6cc9e194110445c134f052b6414da3b59b8cb77c 100644 (file)
@@ -8,21 +8,21 @@
 #ifndef CPTCFG_BPAUTO_BUILD_LEDS
 #if LINUX_VERSION_CODE < KERNEL_VERSION(3,6,0)
 /*
- * Backports 
- * 
+ * Backports
+ *
  * commit 959d62fa865d2e616b61a509e1cc5b88741f065e
  * Author: Shuah Khan <shuahkhan@gmail.com>
  * Date:   Thu Jun 14 04:34:30 2012 +0800
  *
  *   leds: Rename led_brightness_set() to led_set_brightness()
- *   
+ *
  *   Rename leds external interface led_brightness_set() to led_set_brightness().
  *   This is the second phase of the change to reduce confusion between the
  *   leds internal and external interfaces that set brightness. With this change,
  *   now the external interface is led_set_brightness(). The first phase renamed
  *   the internal interface led_set_brightness() to __led_set_brightness().
  *   There are no changes to the interface implementations.
- *   
+ *
  *   Signed-off-by: Shuah Khan <shuahkhan@gmail.com>
  *   Signed-off-by: Bryan Wu <bryan.wu@canonical.com>
  */
index 230d12f8c9cd35bdb2ed2f7eba51a2afd934efae..b96ef49637cfcb7684bc8b410c9fff55ff66c831 100644 (file)
@@ -2,7 +2,7 @@
 #define __BACKPORT_LINUX_RCUPDATE_H
 #include_next <linux/rcupdate.h>
 
-/* 
+/*
  * This adds a nested function everywhere kfree_rcu() was called. This
  * function frees the memory and is given as a function to call_rcu().
  * The rcu callback could happen every time also after the module was
index 806f212fe8f32cc6d258b4576f1eb7f188314e76..69ac122833f5f63936c1ed3d55cbeb07e0532500 100644 (file)
@@ -18,5 +18,4 @@
        ndo_dflt_fdb_add(ndm, tb, dev, addr, flags)
 #endif
 
-                           
 #endif /* __BACKPORT_LINUX_RTNETLINK_H */