> On 6/11/24 14:18, Avri Altman wrote: > > While strict checkpatch is useful for identifying common style issues > > and enforcing certain coding standards, clang-format provides several > > advantages, e.g. automated formatting, customizable style, consistency > > across tools, and more. > > > > By adopting clang-format, we aim to improve code readability, > > maintainability, and overall code quality in the ufs core driver. > > > > Apply this in phases - starting with mmc-test. > > No functional change. > > I am not a fan of churning code in this way because it gets in the way of having > fixes apply automatically to stable trees. OK. Let's just drop it then. Thanks, Avri