]> git.ipfire.org Git - thirdparty/kernel/linux.git/commit
ata: libata-eh: Rename no_dipm variable to be more clear
authorNiklas Cassel <cassel@kernel.org>
Thu, 15 May 2025 13:56:26 +0000 (15:56 +0200)
committerDamien Le Moal <dlemoal@kernel.org>
Tue, 20 May 2025 09:20:47 +0000 (18:20 +0900)
commit6d915e2812b3faae71d54b914f6351a562204b79
treedc57bf84fceaf0504871c38b8f85f62bdd6f9049
parent22cfba10dbfb3b4ded7038a543b74110d6d2de85
ata: libata-eh: Rename no_dipm variable to be more clear

Rename the no_dipm variable to host_has_dipm, by inverting the
expression, and and also having a clearer name.

No functional change.

Signed-off-by: Niklas Cassel <cassel@kernel.org>
Signed-off-by: Damien Le Moal <dlemoal@kernel.org>
drivers/ata/libata-eh.c