Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 311478
b: refs/heads/master
c: b0e73af
h: refs/heads/master
v: v3
  • Loading branch information
H Hartley Sweeten authored and Jeff Garzik committed Jul 25, 2012
1 parent 9d52954 commit 608c9ea
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 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: 3a8b788f61a5b85f3a3a4630dc5f4c13b91e1bba
refs/heads/master: b0e73af78a1ceeeabf2bb30e798ecf55243edba8
6 changes: 3 additions & 3 deletions trunk/drivers/ata/libata-transport.c
Original file line number Diff line number Diff line change
Expand Up @@ -232,7 +232,7 @@ static void ata_tport_release(struct device *dev)
* Returns:
* %1 if the device represents a ATA Port, %0 else
*/
int ata_is_port(const struct device *dev)
static int ata_is_port(const struct device *dev)
{
return dev->release == ata_tport_release;
}
Expand Down Expand Up @@ -355,7 +355,7 @@ static void ata_tlink_release(struct device *dev)
* Returns:
* %1 if the device represents a ATA link, %0 else
*/
int ata_is_link(const struct device *dev)
static int ata_is_link(const struct device *dev)
{
return dev->release == ata_tlink_release;
}
Expand Down Expand Up @@ -572,7 +572,7 @@ static void ata_tdev_release(struct device *dev)
* Returns:
* %1 if the device represents a ATA device, %0 else
*/
int ata_is_ata_dev(const struct device *dev)
static int ata_is_ata_dev(const struct device *dev)
{
return dev->release == ata_tdev_release;
}
Expand Down

0 comments on commit 608c9ea

Please sign in to comment.