Commit 92825020 authored by Thomas Pugliese's avatar Thomas Pugliese Committed by Greg Kroah-Hartman

uwb: line length cleanup

Fix line length in uwb-internal.h
Signed-off-by: default avatarThomas Pugliese <thomas.pugliese@gmail.com>
Signed-off-by: default avatarGreg Kroah-Hartman <gregkh@linuxfoundation.org>
parent 4f8c0602
...@@ -172,7 +172,8 @@ struct uwb_rsv_alloc_info { ...@@ -172,7 +172,8 @@ struct uwb_rsv_alloc_info {
int interval; int interval;
}; };
int uwb_rsv_find_best_allocation(struct uwb_rsv *rsv, struct uwb_mas_bm *available, int uwb_rsv_find_best_allocation(struct uwb_rsv *rsv,
struct uwb_mas_bm *available,
struct uwb_mas_bm *result); struct uwb_mas_bm *result);
void uwb_rsv_handle_drp_avail_change(struct uwb_rc *rc); void uwb_rsv_handle_drp_avail_change(struct uwb_rc *rc);
/* /*
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment