Page MenuHomeFreeBSD

ses: minor cleanup
ClosedPublic

Authored by asomers on Aug 25 2021, 9:11 PM.
Tags
None
Referenced Files
Unknown Object (File)
Thu, Aug 7, 5:04 PM
Unknown Object (File)
Tue, Aug 5, 9:30 AM
Unknown Object (File)
Fri, Aug 1, 7:12 AM
Unknown Object (File)
Wed, Jul 30, 1:02 PM
Unknown Object (File)
Mon, Jul 28, 11:40 PM
Unknown Object (File)
Tue, Jul 22, 4:16 PM
Unknown Object (File)
Jul 9 2025, 10:30 AM
Unknown Object (File)
Jul 9 2025, 9:45 AM
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.