* [PATCH 0114/1529] Fix typo
@ 2016-05-21 11:51 Andrea Gelmini
2016-05-21 12:14 ` Heiko Stuebner
0 siblings, 1 reply; 2+ messages in thread
From: Andrea Gelmini @ 2016-05-21 11:51 UTC (permalink / raw)
To: linux-arm-kernel
Signed-off-by: Andrea Gelmini <andrea.gelmini@gelma.net>
---
arch/arm/mach-rockchip/pm.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/arch/arm/mach-rockchip/pm.c b/arch/arm/mach-rockchip/pm.c
index bee8c80..309d672 100644
--- a/arch/arm/mach-rockchip/pm.c
+++ b/arch/arm/mach-rockchip/pm.c
@@ -280,7 +280,7 @@ static int rk3288_suspend_init(struct device_node *np)
rk3288_config_bootdata();
- /* copy resume code and data to bootsram */
+ /* copy resume code and data to bootram */
memcpy(rk3288_bootram_base, rockchip_slp_cpu_resume,
rk3288_bootram_sz);
--
2.8.2.534.g1f66975
^ permalink raw reply related [flat|nested] 2+ messages in thread
* [PATCH 0114/1529] Fix typo
2016-05-21 11:51 [PATCH 0114/1529] Fix typo Andrea Gelmini
@ 2016-05-21 12:14 ` Heiko Stuebner
0 siblings, 0 replies; 2+ messages in thread
From: Heiko Stuebner @ 2016-05-21 12:14 UTC (permalink / raw)
To: linux-arm-kernel
Hi Andrea,
Am Samstag, 21. Mai 2016, 13:51:09 schrieb Andrea Gelmini:
> Signed-off-by: Andrea Gelmini <andrea.gelmini@gelma.net>
A series of 1529 patches? That's a bit extreme.
Also in future please use a sane subject line and additionally see comment
below making the patch not valid.
> ---
> arch/arm/mach-rockchip/pm.c | 2 +-
> 1 file changed, 1 insertion(+), 1 deletion(-)
>
> diff --git a/arch/arm/mach-rockchip/pm.c b/arch/arm/mach-rockchip/pm.c
> index bee8c80..309d672 100644
> --- a/arch/arm/mach-rockchip/pm.c
> +++ b/arch/arm/mach-rockchip/pm.c
> @@ -280,7 +280,7 @@ static int rk3288_suspend_init(struct device_node *np)
>
> rk3288_config_bootdata();
>
> - /* copy resume code and data to bootsram */
> + /* copy resume code and data to bootram */
this is _not_ a typo, it is sram not regular ram
> memcpy(rk3288_bootram_base, rockchip_slp_cpu_resume,
> rk3288_bootram_sz);
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2016-05-21 12:14 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2016-05-21 11:51 [PATCH 0114/1529] Fix typo Andrea Gelmini
2016-05-21 12:14 ` Heiko Stuebner
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).