Commit f30eb23e authored by Ben Hutchings's avatar Ben Hutchings Committed by David S. Miller
Browse files

sfc: Move inline comment into kernel-doc

parent 8be4f3e6
Loading
Loading
Loading
Loading
+1 −3
Original line number Original line Diff line number Diff line
@@ -55,6 +55,7 @@ static const char *payload_msg =
 * @flush:		Drop all packets in efx_loopback_rx_packet
 * @flush:		Drop all packets in efx_loopback_rx_packet
 * @packet_count:	Number of packets being used in this test
 * @packet_count:	Number of packets being used in this test
 * @skbs:		An array of skbs transmitted
 * @skbs:		An array of skbs transmitted
 * @offload_csum:	Checksums are being offloaded
 * @rx_good:		RX good packet count
 * @rx_good:		RX good packet count
 * @rx_bad:		RX bad packet count
 * @rx_bad:		RX bad packet count
 * @payload:		Payload used in tests
 * @payload:		Payload used in tests
@@ -63,10 +64,7 @@ struct efx_loopback_state {
	bool flush;
	bool flush;
	int packet_count;
	int packet_count;
	struct sk_buff **skbs;
	struct sk_buff **skbs;

	/* Checksums are being offloaded */
	bool offload_csum;
	bool offload_csum;

	atomic_t rx_good;
	atomic_t rx_good;
	atomic_t rx_bad;
	atomic_t rx_bad;
	struct efx_loopback_payload payload;
	struct efx_loopback_payload payload;