Re: [kbuild-all] Re: [driver-core:driver-core-testing 28/31] WARNING: modpost: vmlinux.o(.text.unlikely+0x156c): Section mismatch in reference from the function bitmap_equal() to the variable .init.da

2021-08-18 Thread Chen, Rong A
On 8/15/2021 8:04 AM, Barry Song wrote: On Sun, Aug 15, 2021 at 5:18 AM Andy Shevchenko wrote: On Sat, Aug 14, 2021 at 4:36 PM Greg Kroah-Hartman wrote: On Sat, Aug 14, 2021 at 07:03:00PM +0800, kernel test robot wrote: tree: https://git.kernel.org/pub/scm/linux/kernel/git/gregkh/drive

[PATCH v2] drm/bridge: anx7625: enable DSI EOTP

2021-08-18 Thread Xin Ji
Enable DSI EOTP feature for fixing some panel screen constant shift issue. Removing MIPI flag MIPI_DSI_MODE_NO_EOT_PACKET to enable DSI EOTP. Reviewed-by: Robert Foss Signed-off-by: Xin Ji --- drivers/gpu/drm/bridge/analogix/anx7625.c | 1 - 1 file changed, 1 deletion(-) diff --git a/drivers/g

[PATCH] staging: rtl8723bs: put '{' on struct's first line

2021-08-18 Thread daniel watson
From: Daniel Watson Moved the opening curly brace to the end of the opening line of the phy_stat struct for style consistency. Signed-off-by: Daniel Watson --- drivers/staging/rtl8723bs/include/rtl8192c_recv.h | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/drivers/stagin

Re: [PATCH] staging: rtl8723bs: put '{' on struct's first line

2021-08-18 Thread Greg Kroah-Hartman
On Tue, Aug 17, 2021 at 09:41:05PM -0700, daniel watson wrote: > From: Daniel Watson > > Moved the opening curly brace to the end of the opening > line of the phy_stat struct for style consistency. > > Signed-off-by: Daniel Watson > --- > drivers/staging/rtl8723bs/include/rtl8192c_recv.h | 3 +

Re: [PATCH] staging/ks7010: Fix coding style problems

2021-08-18 Thread Frans Klaver
On Mon, Aug 16, 2021 at 8:06 PM Leon Krieg wrote: > > Sorry to bother you with this low-effort patch but I'd really like to get > my feet in the water and this whole process is making me nervous. I'd > really appreciate you taking the time to look over this diff and > hopefully I did not screw up