Re: [RFC PATCH v3 1/4] ufs: core: prepare ufs for multi circular queue support

From: Bart Van Assche
Date: Fri Sep 09 2022 - 19:38:31 EST


On 9/9/22 15:48, Asutosh Das (asd) wrote:
Hello Bart,
Thanks for the comments.

On 9/8/2022 2:58 PM, Bart Van Assche wrote:
On 9/2/22 15:41, Asutosh Das wrote:
Preparatory changes for upcoming multi circular queue.

One patch per change please and also describe each individual change.  From https://www.kernel.org/doc/html/latest/process/submitting-patches.html#split-changes: "Separate each logical change into a separate patch".

The intent of this change was to have all the non-mcq related changes to the ufshcd as a separate patch.
I would add more details to the commit message of this change.
If there's anything specific in this patch that may need changes, please let me know.

Please follow the "one change per patch" rule. This is a widely followed rule in the Linux kernel community. This rule exists because it is the responsibility of the developer(s) who post a patch series to make it easy for reviewers to review their work.

Thanks,

Bart.