Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 43423
b: refs/heads/master
c: f9edc4f
h: refs/heads/master
i:
  43421: 3d9cf6c
  43419: d82172e
  43415: 47d3617
  43407: 7e95889
  43391: c5b2420
v: v3
  • Loading branch information
Stefan Richter committed Dec 7, 2006
1 parent c6a46cf commit 2320b56
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 23077f1d72d279244536f11db51258fc4759c81a
refs/heads/master: f9edc4f5c1dd9fab5ceedd69e77d20e508e41e8d
10 changes: 5 additions & 5 deletions trunk/drivers/ieee1394/raw1394-private.h
Original file line number Diff line number Diff line change
Expand Up @@ -27,12 +27,12 @@ struct file_info {

struct hpsb_host *host;

struct list_head req_pending;
struct list_head req_complete;
struct list_head req_pending; /* protected by reqlists_lock */
struct list_head req_complete; /* protected by reqlists_lock */
spinlock_t reqlists_lock;
wait_queue_head_t wait_complete;

struct list_head addr_list;
struct list_head addr_list; /* protected by host_info_lock */

u8 __user *fcp_buffer;

Expand Down Expand Up @@ -63,7 +63,7 @@ struct arm_addr {
u8 client_transactions;
u64 recvb;
u16 rec_length;
u8 *addr_space_buffer; /* accessed by read/write/lock */
u8 *addr_space_buffer; /* accessed by read/write/lock requests */
};

struct pending_request {
Expand All @@ -79,7 +79,7 @@ struct pending_request {
struct host_info {
struct list_head list;
struct hpsb_host *host;
struct list_head file_info_list;
struct list_head file_info_list; /* protected by host_info_lock */
};

#endif /* IEEE1394_RAW1394_PRIVATE_H */

0 comments on commit 2320b56

Please sign in to comment.