From: Manohar Vanga Date: Fri, 4 Nov 2011 10:12:31 +0000 (+0100) Subject: staging: vme: fix comment for struct vme_dev X-Git-Tag: v3.3-rc1~152^2~101^2~270 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=8cdc081913b61e4b1086b62e13f083085fd0d3fd;p=profile%2Fivi%2Fkernel-x86-ivi.git staging: vme: fix comment for struct vme_dev Signed-off-by: Manohar Vanga Acked-by: Martyn Welch Signed-off-by: Greg Kroah-Hartman --- 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)