Commit 7b97936f298af7991ca4717a4c23610d9ecd8927

Authored by Ville Syrjälä
Committed by Dave Airlie
1 parent 54afc12141

drm: Remove pointless '-' characters from drm_fb_helper documentation

Signed-off-by: Ville Syrjälä <ville.syrjala@linux.intel.com>
Signed-off-by: Dave Airlie <airlied@redhat.com>

Showing 1 changed file with 8 additions and 8 deletions Side-by-side Diff

include/drm/drm_fb_helper.h
... ... @@ -50,14 +50,14 @@
50 50  
51 51 /**
52 52 * struct drm_fb_helper_funcs - driver callbacks for the fbdev emulation library
53   - * @gamma_set: - Set the given gamma lut register on the given crtc.
54   - * @gamma_get: - Read the given gamma lut register on the given crtc, used to
55   - * save the current lut when force-restoring the fbdev for e.g.
56   - * kdbg.
57   - * @fb_probe: - Driver callback to allocate and initialize the fbdev info
58   - * structure. Futhermore it also needs to allocate the drm
59   - * framebuffer used to back the fbdev.
60   - * @initial_config: - Setup an initial fbdev display configuration
  53 + * @gamma_set: Set the given gamma lut register on the given crtc.
  54 + * @gamma_get: Read the given gamma lut register on the given crtc, used to
  55 + * save the current lut when force-restoring the fbdev for e.g.
  56 + * kdbg.
  57 + * @fb_probe: Driver callback to allocate and initialize the fbdev info
  58 + * structure. Futhermore it also needs to allocate the drm
  59 + * framebuffer used to back the fbdev.
  60 + * @initial_config: Setup an initial fbdev display configuration
61 61 *
62 62 * Driver callbacks used by the fbdev emulation helper library.
63 63 */