]> git.kernelconcepts.de Git - karo-tx-linux.git/commit
mmc: core: rename mmc_start_req() to *areq()
authorLinus Walleij <linus.walleij@linaro.org>
Wed, 1 Feb 2017 12:47:53 +0000 (13:47 +0100)
committerUlf Hansson <ulf.hansson@linaro.org>
Mon, 13 Feb 2017 12:20:58 +0000 (13:20 +0100)
commitc3399ef55d8e8295293808eba32e3f7056526324
tree35624e73b649ab05c4deb5cb4d705d6fe7e27f45
parentacd8dbd64a2adcd950c31261247cda6f847f57eb
mmc: core: rename mmc_start_req() to *areq()

With the coexisting __mmc_start_request(), mmc_start_request()
and __mmc_start_req() it is a bit confusing that mmc_start_req()
actually does not start a normal request, but an asynchronous
request.

Rename it to mmc_start_areq() to make it explicit what the
function is doing, also fix the kerneldoc for this function
while we're at it.

Signed-off-by: Linus Walleij <linus.walleij@linaro.org>
Signed-off-by: Ulf Hansson <ulf.hansson@linaro.org>
drivers/mmc/core/block.c
drivers/mmc/core/core.c
drivers/mmc/core/mmc_test.c
include/linux/mmc/core.h