From: Colin Ian King Date: Fri, 1 Aug 2025 16:49:26 +0000 (+0100) Subject: media: b2c2: Remove space before newline X-Git-Url: https://www.infradead.org/git/?a=commitdiff_plain;h=32d40a571c2dc9009b3be047f66180dc9837e7a1;p=users%2Fhch%2Fmisc.git media: b2c2: Remove space before newline There is an extraneous space before a newline in a dprintk message. Remove the space. Signed-off-by: Colin Ian King Signed-off-by: Hans Verkuil --- diff --git a/drivers/media/common/b2c2/flexcop-sram.c b/drivers/media/common/b2c2/flexcop-sram.c index d97962eb0112..dba03769f263 100644 --- a/drivers/media/common/b2c2/flexcop-sram.c +++ b/drivers/media/common/b2c2/flexcop-sram.c @@ -352,7 +352,7 @@ static int flexcop_sram_detect(struct flexcop_device *fc) sram_set_size(adapter, 0x10000); sram_init(adapter); write_reg_dw(adapter, 0x208, tmp); - dprintk("%s: SRAM detection failed. Set to 32K \n", __func__); + dprintk("%s: SRAM detection failed. Set to 32K\n", __func__); return 0; }