Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 84715
b: refs/heads/master
c: 2547844
h: refs/heads/master
i:
  84713: 183d543
  84711: 577d7b6
v: v3
  • Loading branch information
Alexey Dobriyan authored and Linus Torvalds committed Feb 8, 2008
1 parent cdaaeb5 commit 5b8110b
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 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: 50e8a2890ed0eeb7a11ae0c39144fcdd1cad1cf8
refs/heads/master: 25478445c4a39318acbe08ba8df7945766cbb5b5
2 changes: 1 addition & 1 deletion trunk/arch/sh/kernel/cpu/sh4/sq.c
Original file line number Diff line number Diff line change
Expand Up @@ -263,7 +263,7 @@ struct sq_sysfs_attr {
ssize_t (*store)(const char *buf, size_t count);
};

#define to_sq_sysfs_attr(attr) container_of(attr, struct sq_sysfs_attr, attr)
#define to_sq_sysfs_attr(a) container_of(a, struct sq_sysfs_attr, attr)

static ssize_t sq_sysfs_show(struct kobject *kobj, struct attribute *attr,
char *buf)
Expand Down
2 changes: 1 addition & 1 deletion trunk/drivers/lguest/lguest_device.c
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ struct lguest_device {
/* Since the virtio infrastructure hands us a pointer to the virtio_device all
* the time, it helps to have a curt macro to get a pointer to the struct
* lguest_device it's enclosed in. */
#define to_lgdev(vdev) container_of(vdev, struct lguest_device, vdev)
#define to_lgdev(vd) container_of(vd, struct lguest_device, vdev)

/*D:130
* Device configurations
Expand Down

0 comments on commit 5b8110b

Please sign in to comment.