aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/firewire/nosy-user.h
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/firewire/nosy-user.h')
-rw-r--r--drivers/firewire/nosy-user.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/drivers/firewire/nosy-user.h b/drivers/firewire/nosy-user.h
index ebef97f4ecf9..e48aa6200c72 100644
--- a/drivers/firewire/nosy-user.h
+++ b/drivers/firewire/nosy-user.h
@@ -17,9 +17,9 @@ struct nosy_stats {
17/* 17/*
18 * Format of packets returned from the kernel driver: 18 * Format of packets returned from the kernel driver:
19 * 19 *
20 * quadlet with timestamp (microseconds) 20 * quadlet with timestamp (microseconds, CPU endian)
21 * quadlet padded packet data... 21 * quadlet-padded packet data... (little endian)
22 * quadlet with ack 22 * quadlet with ack (little endian)
23 */ 23 */
24 24
25#endif /* __nosy_user_h */ 25#endif /* __nosy_user_h */