Page Menu
Home
FreeBSD
Search
Configure Global Search
Log In
Files
F115836640
D49279.diff
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Flag For Later
Award Token
Size
532 B
Referenced Files
None
Subscribers
None
D49279.diff
View Options
diff --git a/stand/libsa/smbios.c b/stand/libsa/smbios.c
--- a/stand/libsa/smbios.c
+++ b/stand/libsa/smbios.c
@@ -106,7 +106,11 @@
* because those can optimize to an unaligned load (which often is fine, but not
* for mmap'd /dev/mem which has special memory attributes).
*/
-static inline uint8_t SMBIOS_GET8(const caddr_t base, int off) { return (base[off]); }
+static inline uint8_t
+SMBIOS_GET8(const caddr_t base, int off)
+{
+ return (base[off]);
+}
static inline uint16_t
SMBIOS_GET16(const caddr_t base, int off)
File Metadata
Details
Attached
Mime Type
text/plain
Expires
Wed, Apr 30, 9:02 AM (18 h, 57 s)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
17053946
Default Alt Text
D49279.diff (532 B)
Attached To
Mode
D49279: libsa: smbios: style(9): SMBIOS_GET8(): Split overlong line
Attached
Detach File
Event Timeline
Log In to Comment