Re: [PATCH 2/2] PCI: vmd: Make use of PCI_DEVICE_DATA() helper function

From: Krzysztof Wilczyński
Date: Thu Jul 22 2021 - 22:00:19 EST


Hi,

Thank you for sending the patch over!

> PATCH[2/2] has some extra indentation, please don't apply it ,

You might know this already, but just in case make sure to run the
"checkpatch.pl" script over the patch before submission.

> I'll send PATCH V2.

You mean v3? Make sure to include a changelog, if possible.

A small nitpick: the PCI_DEVICE_DATA() is technically a macro rather
than a function, so you could update both the subject line and the
commit message accordingly, if you want.

Also, since you are about to send another version, add period at the end
of the sentence in the commit message.

Aside of the above, it's a nice refactor, thank you!

Krzysztof