diff options
author | Manohar Vanga <manohar.vanga@cern.ch> | 2011-11-04 11:12:31 +0100 |
---|---|---|
committer | Greg Kroah-Hartman <gregkh@suse.de> | 2011-11-26 17:25:38 -0800 |
commit | 8cdc081913b61e4b1086b62e13f083085fd0d3fd (patch) | |
tree | ed5e085256555ad75d74be52793abc31ce6227a9 /drivers | |
parent | 5b93c2a2f1d560463cbcd6e3fca5366b75e99b4b (diff) | |
download | op-kernel-dev-8cdc081913b61e4b1086b62e13f083085fd0d3fd.zip op-kernel-dev-8cdc081913b61e4b1086b62e13f083085fd0d3fd.tar.gz |
staging: vme: fix comment for struct vme_dev
Signed-off-by: Manohar Vanga <manohar.vanga@cern.ch>
Acked-by: Martyn Welch <martyn.welch@ge.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
Diffstat (limited to 'drivers')
-rw-r--r-- | drivers/staging/vme/vme.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/staging/vme/vme.h b/drivers/staging/vme/vme.h index e3828ba..e62a323 100644 --- a/drivers/staging/vme/vme.h +++ b/drivers/staging/vme/vme.h @@ -97,7 +97,7 @@ extern struct bus_type vme_bus_type; /** * Structure representing a VME device - * @id: The ID of the device (currently the bus and slot number) + * @num: The device number * @bridge: Pointer to the bridge device this device is on * @dev: Internal device structure * @drv_list: List of devices (per driver) |