Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 47587
b: refs/heads/master
c: 6e8c818
h: refs/heads/master
i:
  47585: 81d7c8f
  47583: 09e5e63
v: v3
  • Loading branch information
Randy Dunlap authored and Linus Torvalds committed Feb 11, 2007
1 parent 1bbdaad commit d62812f
Show file tree
Hide file tree
Showing 3 changed files with 9 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: 7be2c7c96aff2871240d61fef508c41176c688b5
refs/heads/master: 6e8c818829587f001cacae5af4400e4e3aa90a37
3 changes: 3 additions & 0 deletions trunk/Documentation/DocBook/kernel-api.tmpl
Original file line number Diff line number Diff line change
Expand Up @@ -316,6 +316,9 @@ X!Earch/i386/kernel/mca.c
<sect1><title>DMI Interfaces</title>
!Edrivers/firmware/dmi_scan.c
</sect1>
<sect1><title>EDD Interfaces</title>
!Idrivers/firmware/edd.c
</sect1>
</chapter>

<chapter id="security">
Expand Down
8 changes: 5 additions & 3 deletions trunk/drivers/firmware/edd.c
Original file line number Diff line number Diff line change
Expand Up @@ -233,6 +233,8 @@ edd_show_interface(struct edd_device *edev, char *buf)

/**
* edd_show_raw_data() - copies raw data to buffer for userspace to parse
* @edev: target edd_device
* @buf: output buffer
*
* Returns: number of bytes written, or -EINVAL on failure
*/
Expand Down Expand Up @@ -634,8 +636,8 @@ static decl_subsys(edd,&ktype_edd,NULL);

/**
* edd_dev_is_type() - is this EDD device a 'type' device?
* @edev
* @type - a host bus or interface identifier string per the EDD spec
* @edev: target edd_device
* @type: a host bus or interface identifier string per the EDD spec
*
* Returns 1 (TRUE) if it is a 'type' device, 0 otherwise.
*/
Expand All @@ -657,7 +659,7 @@ edd_dev_is_type(struct edd_device *edev, const char *type)

/**
* edd_get_pci_dev() - finds pci_dev that matches edev
* @edev - edd_device
* @edev: edd_device
*
* Returns pci_dev if found, or NULL
*/
Expand Down

0 comments on commit d62812f

Please sign in to comment.