mirror of https://gitee.com/openkylin/linux.git
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
|
@ -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…
Reference in New Issue