drm: Miscellaneous typo fixes and documentation updates

Signed-off-by: Laurent Pinchart <laurent.pinchart@ideasonboard.com>
Reviewed-by: Alex Deucher <alexander.deucher@amd.com>
Signed-off-by: Dave Airlie <airlied@redhat.com>
This commit is contained in:
Laurent Pinchart
2012-05-17 13:27:20 +02:00
committed by Dave Airlie
parent 4a1b071427
commit 3b02ab8893
5 changed files with 38 additions and 24 deletions

View File

@@ -347,17 +347,17 @@ static struct bin_attribute edid_attr = {
};
/**
* drm_sysfs_connector_add - add an connector to sysfs
* drm_sysfs_connector_add - add a connector to sysfs
* @connector: connector to add
*
* Create an connector device in sysfs, along with its associated connector
* Create a connector device in sysfs, along with its associated connector
* properties (so far, connection status, dpms, mode list & edid) and
* generate a hotplug event so userspace knows there's a new connector
* available.
*
* Note:
* This routine should only be called *once* for each DRM minor registered.
* A second call for an already registered device will trigger the BUG_ON
* This routine should only be called *once* for each registered connector.
* A second call for an already registered connector will trigger the BUG_ON
* below.
*/
int drm_sysfs_connector_add(struct drm_connector *connector)