Re: [PATCH V24 0/3] misc: Add driver support for Data Capture and Compare unit(DCC)

From: Souradeep Chowdhury
Date: Wed Jun 28 2023 - 04:25:28 EST




On 6/27/2023 3:52 PM, Greg Kroah-Hartman wrote:
On Tue, Jun 27, 2023 at 03:19:23PM +0530, Souradeep Chowdhury wrote:
Changes in v24

*Implemented the comments in v23

That explains absolutely nothing about what changed at all.

What would you do if you got a patch series that had this as a change
list? What do you expect us to do?

{sigh}

My apologies on missing out on the specifics.

The main changes in this version are as follows:-

* Updated the documentation of the structure dcc_config_entry
* Renamed "nr_link_list" to "max_link_list"
* Used u64 where applicable
* Removed the locks from ready_read method and also dropped
the use of unlikely keyword.