Use a local variable to fetch the value of "target->outstanding" once, and then utilize this same value both in the if condition
and when printing its value. This ensures consistency and avoids potential differences due to multiple reads. Additionally, add a
space between the %d format specifier and strings in the next line.
Details
Details
- Reviewers
mav sumit.saxena_broadcom.com imp
Diff Detail
Diff Detail
- Lint
Lint Skipped - Unit
Tests Skipped
Event Timeline
Comment Actions
Change looks good, but you'll want to edit the 'subject' of the commit message to be < 70 characters