Fixup the Doxygen comment for the sk_ts_info struct.

Signed-off-by: Richard Cochran <richardcochran@gmail.com>
master
Richard Cochran 2012-11-14 20:20:17 +01:00
parent 72fd5b523d
commit e6bbbb27e1
1 changed files with 6 additions and 3 deletions

9
sk.h
View File

@ -23,9 +23,12 @@
#include "transport.h"
/**
* struct sk_ts_info - supported timestamping information
* @valid: set to non-zero when the info struct contains valid data
* @info: structure containing the values returned by GET_TS_INFO
* Contains timestamping information returned by the GET_TS_INFO ioctl.
* @valid: set to non-zero when the info struct contains valid data.
* @phc_index: index of the PHC device.
* @so_timestamping: supported time stamping modes.
* @tx_types: driver level transmit options for the HWTSTAMP ioctl.
* @rx_filters: driver level receive options for the HWTSTAMP ioctl.
*/
struct sk_ts_info {
int valid;