On Mon, Oct 11, 2021 at 10:39:59AM +0100, Jonathan Cameron wrote:
- if (IS_ENABLED(CONFIG_ARM64_SVE) &&
test_thread_flag(TIF_SVE)) {
Trivial, but - the above now fits nicely on oneline under 80 chars.
Looks like you have another instance of this in patch 21 in roughly the same place.
Then you drop at least some of this code later. hohum, maybe not worth tidying up.
Yes, indeed. I think I deliberately didn't reindent to help make it a bit more obviously mechanical given that as you've noticed there's going to be meaningful changes replacing the actual code later. Given that this is at the start of a very large series I'll just leave things as they are unless Catalin or Will really wants the reformatting here.