Skip to content

Commit 1a1e758

Browse files
committed
memory: omap-gpmc: Fix whitespace issue
Fix minor whitespace and comment issues. No functional changes. Signed-off-by: Krzysztof Kozlowski <[email protected]>
1 parent 07852c3 commit 1a1e758

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

drivers/memory/omap-gpmc.c

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -959,7 +959,7 @@ static int gpmc_cs_remap(int cs, u32 base)
959959
* Make sure we ignore any device offsets from the GPMC partition
960960
* allocated for the chip select and that the new base confirms
961961
* to the GPMC 16MB minimum granularity.
962-
*/
962+
*/
963963
base &= ~(SZ_16M - 1);
964964

965965
gpmc_cs_get_memconf(cs, &old_base, &size);
@@ -1754,10 +1754,11 @@ static int gpmc_calc_common_timings(struct gpmc_timings *gpmc_t,
17541754
return 0;
17551755
}
17561756

1757-
/* TODO: remove this function once all peripherals are confirmed to
1757+
/*
1758+
* TODO: remove this function once all peripherals are confirmed to
17581759
* work with generic timing. Simultaneously gpmc_cs_set_timings()
17591760
* has to be modified to handle timings in ps instead of ns
1760-
*/
1761+
*/
17611762
static void gpmc_convert_ps_to_ns(struct gpmc_timings *t)
17621763
{
17631764
t->cs_on /= 1000;

0 commit comments

Comments
 (0)