Re: [PATCH] staging: fbtft: fix alignment should match open parenthesis

2022-06-26 Thread David Reaver
Joe Perches writes: > On Sat, 2022-06-25 at 19:00 -0700, David Reaver wrote: >> Fix alignment of this line of code with the previous parenthesis, as >> suggested by checkpatch.pl: > [] >> diff --git a/drivers/staging/fbtft/fb_tinylcd.c >> b/drivers/staging/fbtft

[PATCH] staging: fbtft: fix alignment should match open parenthesis

2022-06-26 Thread David Reaver
, 0x00, 0x35, 0x33, 0x00, 0x00, 0x00, + 0x00, 0x35, 0x33, 0x00, 0x00, 0x00); Signed-off-by: David Reaver --- drivers/staging/fbtft/fb_tinylcd.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/drivers/staging/fbtft/fb_tinylcd.c b/drivers/staging/fbtft

[PATCH] dma-buf/sync_file: Fix missing colon in kernel-doc for num_fences

2023-07-26 Thread David Reaver
clearly missing from https://docs.kernel.org/driver-api/dma-buf.html#c.sync_file_info before this patch. Signed-off-by: David Reaver --- include/uapi/linux/sync_file.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/uapi/linux/sync_file.h b/include/uapi/lin

[PATCH] drm/i915/huc: fix intel_huc.c doc bulleted list format error

2023-07-26 Thread David Reaver
-1-daniele.ceraolospu...@intel.com/ Signed-off-by: David Reaver --- drivers/gpu/drm/i915/gt/uc/intel_huc.c | 2 ++ 1 file changed, 2 insertions(+) diff --git a/drivers/gpu/drm/i915/gt/uc/intel_huc.c b/drivers/gpu/drm/i915/gt/uc/intel_huc.c index ddd146265beb..fa70defcb5b2 100644 --- a/drivers