Re: [PATCH] Documentation: cpu-freq: Convert core.txt file to ReST format

2019-07-06 Thread Shreeya Patel
On Sat, 2019-07-06 at 09:58 +0200, Rafael J. Wysocki wrote: > On Fri, Jul 5, 2019 at 11:04 PM Shreeya Patel > wrote: > > > > Convert core file to ReST format, in order to allow it to > > be parsed by Sphinx. Make a minor change of correcting the wrong > > function name cpufreq_put_cpu to cpufreq_

Re: [PATCH] Documentation: cpu-freq: Convert core.txt file to ReST format

2019-07-06 Thread Rafael J. Wysocki
On Fri, Jul 5, 2019 at 11:04 PM Shreeya Patel wrote: > > Convert core file to ReST format, in order to allow it to > be parsed by Sphinx. Make a minor change of correcting the wrong > function name cpufreq_put_cpu to cpufreq_cpu_put. > Also create an index.rst file in cpu-freq and add it's entry >

[PATCH] Documentation: cpu-freq: Convert core.txt file to ReST format

2019-07-05 Thread Shreeya Patel
Convert core file to ReST format, in order to allow it to be parsed by Sphinx. Make a minor change of correcting the wrong function name cpufreq_put_cpu to cpufreq_cpu_put. Also create an index.rst file in cpu-freq and add it's entry in the main Documentation/index.rst file. Signed-off-by: Shreeya