Page MenuHomeFreeBSD

ses: minor cleanup
ClosedPublic

Authored by asomers on Aug 25 2021, 9:11 PM.
Tags
None
Referenced Files
Unknown Object (File)
Wed, Apr 2, 2:05 PM
Unknown Object (File)
Wed, Apr 2, 1:40 PM
Unknown Object (File)
Sun, Mar 30, 6:04 AM
Unknown Object (File)
Wed, Mar 26, 8:37 PM
Unknown Object (File)
Wed, Mar 26, 12:15 PM
Unknown Object (File)
Mar 7 2025, 4:34 AM
Unknown Object (File)
Feb 10 2025, 2:46 AM
Unknown Object (File)
Jan 18 2025, 12:43 PM
Subscribers

Details

Summary
  • Prefer variables of small scope rather than large scope
  • Remove a magic number
  • style(9) for return statements
  • Remove the get_enc_status method, which never did anything
  • Proofread some comments

MFC after: 2 weeks
Sponsored by: Spectra Logic, Axcient

Diff Detail

Repository
rS FreeBSD src repository - subversion
Lint
Lint Passed
Unit
No Test Coverage
Build Status
Buildable 41218
Build 38107: arc lint + arc unit

Event Timeline

This revision is now accepted and ready to land.Jan 19 2022, 6:29 PM

Looks good to me. I was just thinking recently whether we could bury SAF-TE support and all this indirection one day. My only SAF-TE enclosure is parallel SCSI I haven't touched for 5 years.

This revision was automatically updated to reflect the committed changes.