Commit 858432c7 authored by Krzysztof Kozlowski's avatar Krzysztof Kozlowski

memory: omap-gpmc: Fix language typo

Fix arbitary -> arbitrary.
Signed-off-by: default avatarKrzysztof Kozlowski <krzk@kernel.org>
parent cdd1aeae
...@@ -2081,7 +2081,7 @@ static int gpmc_probe_generic_child(struct platform_device *pdev, ...@@ -2081,7 +2081,7 @@ static int gpmc_probe_generic_child(struct platform_device *pdev,
gpmc_cs_disable_mem(cs); gpmc_cs_disable_mem(cs);
/* /*
* FIXME: gpmc_cs_request() will map the CS to an arbitary * FIXME: gpmc_cs_request() will map the CS to an arbitrary
* location in the gpmc address space. When booting with * location in the gpmc address space. When booting with
* device-tree we want the NOR flash to be mapped to the * device-tree we want the NOR flash to be mapped to the
* location specified in the device-tree blob. So remap the * location specified in the device-tree blob. So remap the
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment