Re: [PATCH] dma-buf: Add syntax highlighting to code listings in the document

2024-02-19 Thread Tommy Chiang
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

[PATCH] dma-buf: Add syntax highlighting to code listings in the document

2024-01-19 Thread Tommy Chiang
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

Re: [PATCH] dma-buf: Add syntax highlighting to code listings in the document

2024-09-23 Thread Tommy Chiang
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 > >