Correctly calculate number of PRPL entries we have to sync by adding
authorpatrick <patrick@openbsd.org>
Wed, 2 Jun 2021 19:11:02 +0000 (19:11 +0000)
committerpatrick <patrick@openbsd.org>
Wed, 2 Jun 2021 19:11:02 +0000 (19:11 +0000)
commite4727810e47f0bbfba038e5c30bc215ab47ae6d6
tree97b5d5bacb735e38bc5a891a24bce5a759c38fdd
parentbc5848655d9c518de27b38aba6b3de2ebe4f30c4
Correctly calculate number of PRPL entries we have to sync by adding
brackets to manage operator precedence.  Otherwise we'd attempt to sync
more than needed, which doesn't cause issues, but it's still wrong.

ok dlg@ jmatthew@
sys/dev/ic/nvme.c