batman-adv: checkpatch - spaces preferred around that '*'
Signed-off-by: Marek Lindner <mareklindner@neomailbox.ch>
This commit is contained in:
parent
00f548bf54
commit
fc1f869366
2 changed files with 2 additions and 2 deletions
|
|
@ -275,7 +275,7 @@ static bool batadv_nc_to_purge_nc_path_decoding(struct batadv_priv *bat_priv,
|
|||
* max_buffer time
|
||||
*/
|
||||
return batadv_has_timed_out(nc_path->last_valid,
|
||||
bat_priv->nc.max_buffer_time*10);
|
||||
bat_priv->nc.max_buffer_time * 10);
|
||||
}
|
||||
|
||||
/**
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue