[NET] gen_estimator: gen_replace_estimator() cosmetic changes
White spaces etc. are changed in gen_replace_estimator() to make it similar to others in a file. Signed-off-by: Jarek Poplawski <jarkao2@gmail.com> Signed-off-by: David S. Miller <davem@davemloft.net>
This commit is contained in:
Родитель
72348a424f
Коммит
96750162b5
|
@ -241,7 +241,7 @@ void gen_kill_estimator(struct gnet_stats_basic *bstats,
|
||||||
}
|
}
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* gen_replace_estimator - replace rate estimator configruation
|
* gen_replace_estimator - replace rate estimator configuration
|
||||||
* @bstats: basic statistics
|
* @bstats: basic statistics
|
||||||
* @rate_est: rate estimator statistics
|
* @rate_est: rate estimator statistics
|
||||||
* @stats_lock: statistics lock
|
* @stats_lock: statistics lock
|
||||||
|
@ -252,10 +252,9 @@ void gen_kill_estimator(struct gnet_stats_basic *bstats,
|
||||||
*
|
*
|
||||||
* Returns 0 on success or a negative error code.
|
* Returns 0 on success or a negative error code.
|
||||||
*/
|
*/
|
||||||
int
|
int gen_replace_estimator(struct gnet_stats_basic *bstats,
|
||||||
gen_replace_estimator(struct gnet_stats_basic *bstats,
|
struct gnet_stats_rate_est *rate_est,
|
||||||
struct gnet_stats_rate_est *rate_est, spinlock_t *stats_lock,
|
spinlock_t *stats_lock, struct rtattr *opt)
|
||||||
struct rtattr *opt)
|
|
||||||
{
|
{
|
||||||
gen_kill_estimator(bstats, rate_est);
|
gen_kill_estimator(bstats, rate_est);
|
||||||
return gen_new_estimator(bstats, rate_est, stats_lock, opt);
|
return gen_new_estimator(bstats, rate_est, stats_lock, opt);
|
||||||
|
|
Загрузка…
Ссылка в новой задаче