Skip to content

Commit

Permalink
ARM: EXYNOS: Remove file path from comment section
Browse files Browse the repository at this point in the history
Many files under "arm/mach-exynos" are having file path in file
comment section which is invalid now.
So for better code maintainability let's remove them.

Signed-off-by: Pankaj Dubey <pankaj.dubey@samsung.com>
Reviewed-by: Tomasz Figa <t.figa@samsung.com>
Signed-off-by: Kukjin Kim <kgene.kim@samsung.com>
  • Loading branch information
Pankaj Dubey authored and Kukjin Kim committed Jul 14, 2014
1 parent 318fd20 commit 4552386
Show file tree
Hide file tree
Showing 5 changed files with 4 additions and 9 deletions.
1 change: 0 additions & 1 deletion arch/arm/mach-exynos/headsmp.S
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
/*
* linux/arch/arm/mach-exynos4/headsmp.S
*
* Cloned from linux/arch/arm/mach-realview/headsmp.S
*
Expand Down
3 changes: 1 addition & 2 deletions arch/arm/mach-exynos/hotplug.c
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
/* linux arch/arm/mach-exynos4/hotplug.c
*
/*
* Cloned from linux/arch/arm/mach-realview/hotplug.c
*
* Copyright (C) 2002 ARM Ltd.
Expand Down
3 changes: 1 addition & 2 deletions arch/arm/mach-exynos/include/mach/map.h
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
/* linux/arch/arm/mach-exynos/include/mach/map.h
*
/*
* Copyright (c) 2010-2011 Samsung Electronics Co., Ltd.
* http://www.samsung.com/
*
Expand Down
3 changes: 1 addition & 2 deletions arch/arm/mach-exynos/include/mach/memory.h
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
/* linux/arch/arm/mach-exynos4/include/mach/memory.h
*
/*
* Copyright (c) 2010-2011 Samsung Electronics Co., Ltd.
* http://www.samsung.com
*
Expand Down
3 changes: 1 addition & 2 deletions arch/arm/mach-exynos/platsmp.c
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
/* linux/arch/arm/mach-exynos4/platsmp.c
*
/*
* Copyright (c) 2010-2011 Samsung Electronics Co., Ltd.
* http://www.samsung.com
*
Expand Down

0 comments on commit 4552386

Please sign in to comment.