aboutsummaryrefslogtreecommitdiff
path: root/scripts/bpf_doc.py
diff options
context:
space:
mode:
authorJames Smart <[email protected]>2021-06-18 16:15:24 -0700
committerMartin K. Petersen <[email protected]>2021-06-18 23:01:04 -0400
commitca7f33c6b4a9b9893a5ba3aac57e7255510a4aac (patch)
tree140251bbff5d1c9c7603edfe0e43e5f1587662c2 /scripts/bpf_doc.py
parentd66a65b7f5d219528520e287ff53aea1b5252ec3 (diff)
scsi: elx: efct: Fix is_originator return code type
efct_hw_iotype_is_originator() is returning a negative (-EIO) status which doesn't make sense for a u8 function type. Reviewing the code, the function only needs to return true/false, thus a bool status is most appropriate. Change the function return type and patch up the one callee as the bool inverses the if check. Link: https://lore.kernel.org/r/[email protected] Fixes: 4df84e846624 ("scsi: elx: efct: Driver initialization routines") Reported-by: Dan Carpenter <[email protected]> Signed-off-by: James Smart <[email protected]> Signed-off-by: Martin K. Petersen <[email protected]>
Diffstat (limited to 'scripts/bpf_doc.py')
0 files changed, 0 insertions, 0 deletions