drm/edid: Restore kerneldoc consistency

Commit 18df89fef2 ("drm: Decouple EDID parsing from I2C adapter")
renamed the adapter parameter of the drm_do_probe_ddc_edid function
to data but didn't update the kerneldoc accordingly.

Signed-off-by: Thierry Reding <treding@nvidia.com>
Signed-off-by: Daniel Vetter <daniel.vetter@ffwll.ch>
This commit is contained in:
Thierry Reding 2014-12-03 16:52:18 +01:00 committed by Daniel Vetter
parent c465bbc87c
commit 7c58e87ee5

View File

@ -1135,7 +1135,7 @@ EXPORT_SYMBOL(drm_edid_is_valid);
#define DDC_SEGMENT_ADDR 0x30 #define DDC_SEGMENT_ADDR 0x30
/** /**
* drm_do_probe_ddc_edid() - get EDID information via I2C * drm_do_probe_ddc_edid() - get EDID information via I2C
* @adapter: I2C device adaptor * @data: I2C device adapter
* @buf: EDID data buffer to be filled * @buf: EDID data buffer to be filled
* @block: 128 byte EDID block to start fetching from * @block: 128 byte EDID block to start fetching from
* @len: EDID data buffer length to fetch * @len: EDID data buffer length to fetch