On Thu, Aug 10, 2017 at 2:08 PM, Adrian Hunter <adrian.hunter@xxxxxxxxx> wrote: > Add core support for handling CQE requests, including starting, completing > and recovering. > > Signed-off-by: Adrian Hunter <adrian.hunter@xxxxxxxxx> > +static void __mmc_cqe_request_done(struct mmc_host *host, > + struct mmc_request *mrq) We are naming too much stuff __foo now, it gets really hard to figure out from the function name and the surrounding code what is going on. I guess people are using this like "do parts of what mmc_cqe_request_done() is doing" but it'd be nice if we could be specific. mmc_cqe_request_finalize() could work? Yours, Linus Walleij -- To unsubscribe from this list: send the line "unsubscribe linux-mmc" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html