Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 86660
b: refs/heads/master
c: 7b089c8
h: refs/heads/master
v: v3
  • Loading branch information
Randy Dunlap authored and Linus Torvalds committed Mar 3, 2008
1 parent 846901e commit 02f42a5
Show file tree
Hide file tree
Showing 2 changed files with 4 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: 78a4a50a86b0a54f7ecbc164267b6c762760254c
refs/heads/master: 7b089c8b90e6caedda889334bba5c72a152b79c6
8 changes: 3 additions & 5 deletions trunk/drivers/rapidio/rio-driver.c
Original file line number Diff line number Diff line change
Expand Up @@ -78,8 +78,7 @@ void rio_dev_put(struct rio_dev *rdev)
}

/**
* rio_device_probe - Tell if a RIO device structure has a matching RIO
* device id structure
* rio_device_probe - Tell if a RIO device structure has a matching RIO device id structure
* @id: the RIO device id structure to match against
* @dev: the RIO device structure to match against
*
Expand Down Expand Up @@ -137,7 +136,7 @@ static int rio_device_remove(struct device *dev)
* rio_register_driver - register a new RIO driver
* @rdrv: the RIO driver structure to register
*
* Adds a &struct rio_driver to the list of registered drivers
* Adds a &struct rio_driver to the list of registered drivers.
* Returns a negative value on error, otherwise 0. If no error
* occurred, the driver remains registered even if no device
* was claimed during registration.
Expand Down Expand Up @@ -167,8 +166,7 @@ void rio_unregister_driver(struct rio_driver *rdrv)
}

/**
* rio_match_bus - Tell if a RIO device structure has a matching RIO
* driver device id structure
* rio_match_bus - Tell if a RIO device structure has a matching RIO driver device id structure
* @dev: the standard device structure to match against
* @drv: the standard driver structure containing the ids to match against
*
Expand Down

0 comments on commit 02f42a5

Please sign in to comment.