Page Menu
Home
FreeBSD
Search
Configure Global Search
Log In
Files
F149654664
D39924.id121364.diff
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Flag For Later
Award Token
Size
686 B
Referenced Files
None
Subscribers
None
D39924.id121364.diff
View Options
diff --git a/sys/dev/dpaa2/dpaa2_ni.h b/sys/dev/dpaa2/dpaa2_ni.h
--- a/sys/dev/dpaa2/dpaa2_ni.h
+++ b/sys/dev/dpaa2/dpaa2_ni.h
@@ -552,7 +552,7 @@
struct mtx lock;
device_t miibus;
struct mii_data *mii;
- boolean_t fixed_link;
+ bool fixed_link;
struct ifmedia fixed_ifmedia;
int media_status;
diff --git a/sys/dev/dpaa2/dpaa2_ni.c b/sys/dev/dpaa2/dpaa2_ni.c
--- a/sys/dev/dpaa2/dpaa2_ni.c
+++ b/sys/dev/dpaa2/dpaa2_ni.c
@@ -2776,7 +2776,7 @@
struct dpaa2_ni_channel *chan;
struct dpaa2_ni_tx_ring *tx;
uint32_t fqid;
- boolean_t found = false;
+ bool found = false;
int chan_n = 0;
if (__predict_false(!(if_getdrvflags(ifp) & IFF_DRV_RUNNING)))
File Metadata
Details
Attached
Mime Type
text/plain
Expires
Fri, Mar 27, 12:47 AM (7 h, 39 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
30402274
Default Alt Text
D39924.id121364.diff (686 B)
Attached To
Mode
D39924: dpaa2: Replace boolean_t with bool.
Attached
Detach File
Event Timeline
Log In to Comment