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 15, 8:59 AM
Unknown Object (File)
Fri, Apr 10, 1:44 AM
Unknown Object (File)
Mon, Apr 6, 10:53 AM
Unknown Object (File)
Sun, Apr 5, 3:35 PM
Unknown Object (File)
Sun, Apr 5, 4:43 AM
Unknown Object (File)
Thu, Apr 2, 4:08 AM
Unknown Object (File)
Thu, Mar 26, 9:45 AM
Unknown Object (File)
Sun, Mar 22, 2:20 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.