]> rtime.felk.cvut.cz Git - lincan.git/blobdiff - lincan/include/can.h
LinCAN sources go through big white-space cleanup.
[lincan.git] / lincan / include / can.h
index 0d450c334a72628f3e029b0fbebba0eb46e7580d..c758e5e8cff60d8ba293a816a6600e6b5c8b50f7 100644 (file)
@@ -63,12 +63,12 @@ typedef unsigned long bittiming_t;
 typedef unsigned short channel_t;
 
 /**
- * struct can_baudparams_t - datatype for calling CONF_BAUDPARAMS IOCTL 
+ * struct can_baudparams_t - datatype for calling CONF_BAUDPARAMS IOCTL
  * @flags: reserved for additional flags for chip configuration, should be written -1 or 0
  * @baudrate: baud rate in Hz
  * @sjw: synchronization jump width (0-3) prescaled clock cycles
  * @sampl_pt: sample point in % (0-100) sets (TSEG1+1)/(TSEG1+TSEG2+2) ratio
- * 
+ *
  * The structure is used to configure new set of parameters into CAN controller chip.
  * If default value of some field should be preserved, fill field by value -1.
  */