HomeFreeBSD

al_eth: make function definitions consistent with declarations

Description

al_eth: make function definitions consistent with declarations

The declarations for al_eth_lm_retimer_ds25_signal_detect() and
al_eth_lm_retimer_ds25_cdr_lock() say that these functions return
'al_bool', but the definitions actually return 'boolean_t'.

Make the definitions match the declarations.

Reviewed by: jhb, emaste
MFC after: 3 days
Differential Revision: https://reviews.freebsd.org/D39759

(cherry picked from commit 9ea31d78f00d23612f3ab44d83265f8039f487af)

Details

Provenance
dimAuthored on Apr 22 2023, 11:45 AM
Reviewer
jhb
Differential Revision
D39759: al_eth: make function definitions consistent with declarations
Parents
rG821e1767aa38: Use bool for one-bit wide bit-fields
Branches
Unknown
Tags
Unknown