Skip to content

Commit

Permalink
s390/cio: fix kernel-doc markups in cio driver.
Browse files Browse the repository at this point in the history
Fix typo in the kernel-doc markups
	1. ccw driver -> ccw_driver
	2. ccw_device_id_is_equal() -> ccw_dev_id_is_equal

Signed-off-by: Mauro Carvalho Chehab <[email protected]>
Reviewed-by: Cornelia Huck <[email protected]>
[[email protected]: slight modification in the changelog]
Reviewed-by: Vineeth Vijayan <[email protected]>
Signed-off-by: Heiko Carstens <[email protected]>
  • Loading branch information
mchehab authored and hcahca committed Nov 20, 2020
1 parent 0cd9b72 commit 5ec11d0
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion arch/s390/include/asm/ccwdev.h
Original file line number Diff line number Diff line change
Expand Up @@ -115,7 +115,7 @@ enum uc_todo {
};

/**
* struct ccw driver - device driver for channel attached devices
* struct ccw_driver - device driver for channel attached devices
* @ids: ids supported by this driver
* @probe: function called on probe
* @remove: function called on remove
Expand Down
2 changes: 1 addition & 1 deletion arch/s390/include/asm/cio.h
Original file line number Diff line number Diff line change
Expand Up @@ -329,7 +329,7 @@ struct ccw_dev_id {
};

/**
* ccw_device_id_is_equal() - compare two ccw_dev_ids
* ccw_dev_id_is_equal() - compare two ccw_dev_ids
* @dev_id1: a ccw_dev_id
* @dev_id2: another ccw_dev_id
* Returns:
Expand Down

0 comments on commit 5ec11d0

Please sign in to comment.