mirror of
git://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
synced 2025-09-18 22:14:16 +00:00
uwb: line length cleanup
Fix line length in uwb-internal.h Signed-off-by: Thomas Pugliese <thomas.pugliese@gmail.com> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
This commit is contained in:
parent
4f8c0602ea
commit
9282502044
1 changed files with 2 additions and 1 deletions
|
@ -172,7 +172,8 @@ struct uwb_rsv_alloc_info {
|
|||
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);
|
||||
void uwb_rsv_handle_drp_avail_change(struct uwb_rc *rc);
|
||||
/*
|
||||
|
|
Loading…
Add table
Reference in a new issue