projects
/
platform
/
kernel
/
linux-rpi.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
0c744ea
)
ARM: tegra: paz00: Fix __initdata placement
author
Dmitry Torokhov
<dmitry.torokhov@gmail.com>
Mon, 23 Jan 2017 07:43:47 +0000
(23:43 -0800)
committer
Thierry Reding
<treding@nvidia.com>
Wed, 25 Jan 2017 08:09:32 +0000
(09:09 +0100)
Placement of attributes, such as __initdata, is standardized through the
checkpatch script. Fix up this instance to make checkpatch happy.
Signed-off-by: Dmitry Torokhov <dmitry.torokhov@gmail.com>
Signed-off-by: Thierry Reding <treding@nvidia.com>
arch/arm/mach-tegra/board-paz00.c
patch
|
blob
|
history
diff --git
a/arch/arm/mach-tegra/board-paz00.c
b/arch/arm/mach-tegra/board-paz00.c
index
7478f6f
..
ea6bff4
100644
(file)
--- a/
arch/arm/mach-tegra/board-paz00.c
+++ b/
arch/arm/mach-tegra/board-paz00.c
@@
-23,7
+23,7
@@
#include "board.h"
-static struct property_entry
__initdata wifi_rfkill_prop[]
= {
+static struct property_entry
wifi_rfkill_prop[] __initdata
= {
PROPERTY_ENTRY_STRING("name", "wifi_rfkill"),
PROPERTY_ENTRY_STRING("type", "wlan"),
{ },