Page MenuHomeFreeBSD

ses: minor cleanup
ClosedPublic

Authored by asomers on Aug 25 2021, 9:11 PM.
Tags
None
Referenced Files
F107601500: D31686.id94197.diff
Thu, Jan 16, 12:05 PM
Unknown Object (File)
Dec 16 2024, 10:16 AM
Unknown Object (File)
Nov 9 2024, 5:49 PM
Unknown Object (File)
Nov 8 2024, 1:42 AM
Unknown Object (File)
Oct 1 2024, 1:35 PM
Unknown Object (File)
Sep 12 2024, 4:15 AM
Unknown Object (File)
Sep 9 2024, 6:22 AM
Unknown Object (File)
Sep 4 2024, 8:13 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.