diff options
| author | Daniel Vetter <[email protected]> | 2018-02-19 22:53:55 +0000 |
|---|---|---|
| committer | Daniel Vetter <[email protected]> | 2018-02-20 11:10:46 +0000 |
| commit | dbd124f013a23d97f06f986eccc2ceab230a238c (patch) | |
| tree | 6886b11f628ce7af0e66ade6f9784d74ef0ab311 | |
| parent | drm/docs: Document "scaling mode" property better (diff) | |
| download | kernel-dbd124f013a23d97f06f986eccc2ceab230a238c.tar.gz kernel-dbd124f013a23d97f06f986eccc2ceab230a238c.zip | |
drm/doc: Polish for drm_mode_parse_command_line_for_connector
Quoting the module option format looks soo much nicer, and avoids
sphinx spewing errors about markup issues.
v2: Fix typo in commit message (Thierry).
Reviewed-by: Thierry Reding <[email protected]>
Signed-off-by: Daniel Vetter <[email protected]>
Link: https://patchwork.freedesktop.org/patch/msgid/[email protected]
| -rw-r--r-- | drivers/gpu/drm/drm_modes.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/drivers/gpu/drm/drm_modes.c b/drivers/gpu/drm/drm_modes.c index c397b523c945..5a8033fda4e3 100644 --- a/drivers/gpu/drm/drm_modes.c +++ b/drivers/gpu/drm/drm_modes.c @@ -1346,9 +1346,9 @@ EXPORT_SYMBOL(drm_mode_connector_list_update); * modeline in fb_mode_option will be parsed instead. * * This uses the same parameters as the fb modedb.c, except for an extra - * force-enable, force-enable-digital and force-disable bit at the end: + * force-enable, force-enable-digital and force-disable bit at the end:: * - * <xres>x<yres>[M][R][-<bpp>][@<refresh>][i][m][eDd] + * <xres>x<yres>[M][R][-<bpp>][@<refresh>][i][m][eDd] * * The intermediate drm_cmdline_mode structure is required to store additional * options from the command line modline like the force-enable/disable flag. |
