On 2/1/20 4:59 AM, Changbin Du wrote: > Hi, > On Fri, Jan 31, 2020 at 10:33:30PM -0800, Randy Dunlap wrote: >> On 1/31/20 10:25 PM, Changbin Du wrote: >>> This fixed some errors and warnings in cpu-idle-cooling.rst and client.rst. >>> >>> Sphinx parallel build error: >>> docutils.utils.SystemMessage: ...Documentation/driver-api/thermal/cpu-idle-cooling.rst:96: (SEVERE/4) Unexpected section title. >>> >>> Sphinx parallel build error: >>> docutils.utils.SystemMessage: ...Documentation/driver-api/dmaengine/client.rst:155: (SEVERE/4) Unexpected section title. >>> >>> Signed-off-by: Changbin Du <changbin.du@xxxxxxxxx> >> >> Hi, >> This commit has been merged: >> commit fe27f13d677ccd826386094df6977cfbc13ccf5e >> Author: Randy Dunlap <rdunlap@xxxxxxxxxxxxx> >> Date: Mon Jan 20 14:33:16 2020 -0800 >> >> Documentation: cpu-idle-cooling: fix a SEVERE docs build failure >> >> Feel free to send patches against current Linus git tree. >> > Seems it is not in Linus's tree yet. But is it in Jonathan's tree now? I could > rebase to the doc tree instead. > >> Thanks. Hm, now I am confused. I cannot find it at https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git/ but in my local clone of that git tree, I can do $ git show fe27f13d677ccd826386094df6977cfbc13ccf5e and see it. -- ~Randy