Re: [PATCH net 2/3] net: ethtool: fix indentation of netdev_features_strings

2020-06-22 Thread Michal Kubecek
On Fri, Jun 19, 2020 at 06:50:06PM +, Alexander Lobakin wrote: > The current indentation is an absolute mess of tabs, spaces and their > mixes in different proportions. Convert it all to plain tabs and move > assignment operation char to the right, which is the most commonly > used style in

[PATCH net 2/3] net: ethtool: fix indentation of netdev_features_strings

2020-06-19 Thread Alexander Lobakin
The current indentation is an absolute mess of tabs, spaces and their mixes in different proportions. Convert it all to plain tabs and move assignment operation char to the right, which is the most commonly used style in Linux code. Signed-off-by: Alexander Lobakin --- net/ethtool/common.c |

[PATCH net 2/3] net: ethtool: fix indentation of netdev_features_strings

2020-06-19 Thread Alexander Lobakin
The current indentation is an absolute mess of tabs, spaces and their mixes in different proportions. Convert it all to plain tabs and move assignment operation char to the right, which is the most commonly used style in Linux code. Signed-off-by: Alexander Lobakin --- net/ethtool/common.c |