]> git.baikalelectronics.ru Git - kernel.git/commit
regmap: cache: Fix typo in cache_bypass parameter description
authorAndrew F. Davis <afd@ti.com>
Wed, 23 Mar 2016 14:26:33 +0000 (09:26 -0500)
committerMark Brown <broonie@kernel.org>
Wed, 23 Mar 2016 18:12:39 +0000 (18:12 +0000)
commite90222cec17dd51ae28124af700b1916d043ccc0
treed5bf037470c99307d76d4eaa08004a34345f71f0
parent09082e3e9eb717a84ce3d7a45591cb8812d56c68
regmap: cache: Fix typo in cache_bypass parameter description

Setting the flag 'cache_bypass' will bypass the cache not the hardware.
Fix this comment here.

Fixes: 5f12c6fbad3a ("regmap: Fix doc comment")
Signed-off-by: Andrew F. Davis <afd@ti.com>
Signed-off-by: Mark Brown <broonie@kernel.org>
drivers/base/regmap/regcache.c