Trivial: fix trailing white-spaces 07/54407/1
authorPatrice Buriez <patrice.buriez@intel.com>
Fri, 23 Mar 2018 17:20:00 +0000 (18:20 +0100)
committerPatrice Buriez <patrice.buriez@intel.com>
Fri, 23 Mar 2018 17:20:00 +0000 (18:20 +0100)
Makefile checks for some coding style rules.
Previous commit introduced trailing white-spaces, which broke
compilation.

Change-Id: Ia57fc9b1428b4a9f8537dce4875e62ac55265fe3
Signed-off-by: Patrice Buriez <patrice.buriez@intel.com>
VNFs/DPPD-PROX/handle_lat.c

index 0ebe1e1..1fa4413 100644 (file)
@@ -118,8 +118,8 @@ struct task_lat {
 /* This function calculate the difference between rx and tx_time
  * Both values are uint32_t (see handle_lat_bulk)
  * rx time should be higher than tx_time...except every UINT32_MAX
- * cycles, when rx_time overflows. 
- * As the return value is also uint32_t, returning (rx_time - tx_time) 
+ * cycles, when rx_time overflows.
+ * As the return value is also uint32_t, returning (rx_time - tx_time)
  * is also fine when it overflows.
  */
 static uint32_t diff_time(uint32_t rx_time, uint32_t tx_time)