Re: [PATCH] staging: media: av7110: replace C++ comments with C style comments

From: Dan Carpenter

Date: Mon Mar 16 2026 - 04:22:36 EST


On Fri, Mar 13, 2026 at 05:18:48PM +0100, Tomasz Unger wrote:
> @@ -314,7 +314,7 @@ static int DvbDmxFilterCallback(u8 *buffer1, size_t buffer1_len,
> }
> }
>
> -//#define DEBUG_TIMING
> +/* #define DEBUG_TIMING */

Delete?

> static inline void print_time(char *s)
> {
> #ifdef DEBUG_TIMING
> @@ -762,7 +762,7 @@ static int StartHWFilter(struct dvb_demux_filter *dvbdmxfilter)
> u16 buf[20];
> int ret, i;
> u16 handle;
> -// u16 mode = 0x0320;
> + /* u16 mode = 0x0320; */

Delete this. You're going to need to send multiple patches:

1: Delete dead code.
2: Update comments.

regards,
dan carpenter