On 2011-06-03 오후 5:44, Tushar Behera wrote:
Hi,
On Friday 03 June 2011 01:20 PM, Joonyoung Shim wrote:
On 2011-06-03 오후 4:04, Tushar Behera wrote:
Added Kconfig entry for setup-usb-phy.c on which EHCI support is dependent on.
Following the naming convention of other setup files, we have following renaming. usb-phy.c ==> setup-usb-phy.c
Signed-off-by: Tushar Beheratushar.behera@linaro.org
arch/arm/mach-exynos4/Kconfig | 6 ++++++ arch/arm/mach-exynos4/Makefile | 2 +- .../mach-exynos4/{usb-phy.c => setup-usb-phy.c} | 0 3 files changed, 7 insertions(+), 1 deletions(-) rename arch/arm/mach-exynos4/{usb-phy.c => setup-usb-phy.c} (100%)
There is one white space but
Acked-by: Joonyoung Shim jy0922.shim@samsung.com
diff --git a/arch/arm/mach-exynos4/Kconfig b/arch/arm/mach-exynos4/Kconfig index b92c1e5..a45a022 100644 --- a/arch/arm/mach-exynos4/Kconfig +++ b/arch/arm/mach-exynos4/Kconfig @@ -91,6 +91,11 @@ config EXYNOS4_SETUP_FIMC help Common setup code for the camera interfaces.
+config EXYNOS4_SETUP_USB_PHY
- bool
- help
- Common setup code for USB PHY controller
White space.
The space was added so that it is formatted in the same way as other Kconfig entries.
So your patch has 1 error by scripts/checkpatch.pl, it can be removed using scripts/cleanpatch.