Kindly ping :)
On Fri, Jan 19, 2024 at 11:33 AM Tommy Chiang wrote:
>
> This patch tries to improve the display of the code listing
> on The Linux Kernel documentation website for dma-buf [1] .
>
> Originally, it appears that it was attempting to escape
> the '*' ch
x27; on the webite.
This patch removes these unnecessary backslashes and adds syntax
highlighting to improve the readability of the code listing.
[1] https://docs.kernel.org/driver-api/dma-buf.html
Signed-off-by: Tommy Chiang
---
drivers/dma-buf/dma-buf.c | 15 +--
1 file changed, 9 i
Ping.
Please let me know if I'm doing something wrong.
On Mon, Feb 19, 2024 at 11:00 AM Tommy Chiang wrote:
>
> Kindly ping :)
>
> On Fri, Jan 19, 2024 at 11:33 AM Tommy Chiang wrote:
> >
> > This patch tries to improve the display of the code listing
> >