Re: [PATCH] scsi: Make scsi_bus_type const
From: Bart Van Assche
Date: Mon Feb 12 2024 - 12:42:36 EST
On 2/12/24 03:30, Ricardo B. Marliere wrote:
Remove some extraneous whitespace.
I saw some patches did this, thought it would ok to add.
Please don't do that. Each patch should only make a single logical change.
Additionally, making unnecessary whitespace changes is controversial because
it makes reviewing and backporting patches harder than necessary.
Bart.