Page Menu
Home
FreeBSD
Search
Configure Global Search
Log In
Files
F164891289
D51755.id159852.diff
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Flag For Later
Award Token
Size
500 B
Referenced Files
None
Subscribers
None
D51755.id159852.diff
View Options
diff --git a/sys/kern/device_if.m b/sys/kern/device_if.m
--- a/sys/kern/device_if.m
+++ b/sys/kern/device_if.m
@@ -49,22 +49,22 @@
CODE {
static int null_shutdown(device_t dev)
{
- return 0;
+ return 0;
}
static int null_suspend(device_t dev)
{
- return 0;
+ return 0;
}
static int null_resume(device_t dev)
{
- return 0;
+ return 0;
}
static int null_quiesce(device_t dev)
{
- return 0;
+ return 0;
}
static void * null_register(device_t dev)
File Metadata
Details
Attached
Mime Type
text/plain
Expires
Wed, Aug 5, 1:33 PM (20 h, 4 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
36038908
Default Alt Text
D51755.id159852.diff (500 B)
Attached To
Mode
D51755: kern: fix incorrect format in device_if.m
Attached
Detach File
Event Timeline
Log In to Comment