Skip to content
Snippets Groups Projects
Commit 1f038a5d authored by Gerd Zellweger's avatar Gerd Zellweger Committed by Gerd Zellweger
Browse files

Break long line to make style check pass.

parent 52b2015e
No related branches found
No related tags found
No related merge requests found
......@@ -1696,7 +1696,8 @@ pub const SOF_TIMESTAMPING_OPT_STATS: ::c_uint = 1 << 12;
pub const SOF_TIMESTAMPING_OPT_PKTINFO: ::c_uint = 1 << 13;
pub const SOF_TIMESTAMPING_OPT_TX_SWHW: ::c_uint = 1 << 14;
pub const SOF_TIMESTAMPING_LAST: ::c_uint = SOF_TIMESTAMPING_OPT_TX_SWHW;
pub const SOF_TIMESTAMPING_MASK: ::c_uint = (SOF_TIMESTAMPING_LAST - 1) | SOF_TIMESTAMPING_LAST;
pub const SOF_TIMESTAMPING_MASK: ::c_uint = (SOF_TIMESTAMPING_LAST - 1)
| SOF_TIMESTAMPING_LAST;
f! {
pub fn CPU_ZERO(cpuset: &mut cpu_set_t) -> () {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment