These patches just clean-up code for extcon functions. Firstly, patch2 modifies the description for functions/structures in order to improve the readability and guide the role of functions more well.
Second, the extcon header file defines the functions which used the mismatched indentation. So, patch3 fix them. Lastly, patch1 just removes the unused definition. Chanwoo Choi (3): extcon: Remove unused CABLE_NAME_MAX definition extcon: Correct description to improve the readability extcon: Use tab instead of space for indentation drivers/extcon/devres.c | 50 +++++---- drivers/extcon/extcon.c | 275 +++++++++++++++++++++++------------------------- include/linux/extcon.h | 119 ++++++++++----------- 3 files changed, 212 insertions(+), 232 deletions(-) -- 1.9.1