Skip to content

Commit

Permalink
dos2unix everything and again it's Huawei files
Browse files Browse the repository at this point in the history
  • Loading branch information
Daz Jones committed Jan 13, 2013
1 parent 5804693 commit 3868f6f
Show file tree
Hide file tree
Showing 76 changed files with 28,896 additions and 28,896 deletions.
10 changes: 5 additions & 5 deletions arch/arm/configs/hw7x30_defconfig
Expand Up @@ -1005,11 +1005,11 @@ CONFIG_MSM_BT_POWER=y
# CONFIG_AF_RXRPC is not set
CONFIG_FIB_RULES=y
#/* zhuwenying wifi begin */
CONFIG_WIRELESS=y
CONFIG_WIRELESS_EXT=y
CONFIG_WEXT_CORE=y
CONFIG_WEXT_PROC=y
CONFIG_WEXT_SPY=y
CONFIG_WIRELESS=y
CONFIG_WIRELESS_EXT=y
CONFIG_WEXT_CORE=y
CONFIG_WEXT_PROC=y
CONFIG_WEXT_SPY=y
# CONFIG_AF_RXRPC is not set
CONFIG_FIB_RULES=y
CONFIG_WIRELESS=y
Expand Down
2 changes: 1 addition & 1 deletion arch/arm/mach-msm/board-hw7x30.c
Expand Up @@ -89,7 +89,7 @@ atomic_t touch_detected_yet = ATOMIC_INIT(0);
#define MSM_7x30_TOUCH_INT 148
#define MSM_7x30_RESET_PIN 85
/*fengwei begin*/
/* updated for regulator interface */
/* updated for regulator interface */
struct regulator *vreg_gp4 = NULL;
/*fengwei end*/
#endif
Expand Down

2 comments on commit 3868f6f

@rqmok
Copy link

@rqmok rqmok commented on 3868f6f Sep 16, 2013

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

What is this commit supposed to do? Is this supposed to fix the implicit function calling error for machine_is_xxxx_xxxx?

@dazjo
Copy link
Owner

@dazjo dazjo commented on 3868f6f Sep 16, 2013

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

http://en.wikipedia.org/wiki/Unix2dos

No code was "changed".

Edit: Huawei seem to do stuff on a Windows machine for some reason, and that screws up the line endings.

Please sign in to comment.