diff options
| author | Jesse Barnes <jbarnes@hobbes.virtuousgeek.org> | 2007-04-12 08:56:34 -0700 | 
|---|---|---|
| committer | Jesse Barnes <jbarnes@hobbes.virtuousgeek.org> | 2007-04-12 08:56:34 -0700 | 
| commit | 258e1cf70345198209e6d49a428efc3de8ce8238 (patch) | |
| tree | b9b0887c16fe2291ebe41ed2ee81de5f5bfb0531 /linux-core | |
| parent | e7b97f552390319d817595da8accefbe56199346 (diff) | |
Whitespace cleanup
Diffstat (limited to 'linux-core')
| -rw-r--r-- | linux-core/drm_modes.c | 3 | 
1 files changed, 2 insertions, 1 deletions
diff --git a/linux-core/drm_modes.c b/linux-core/drm_modes.c index 14c7acd5..df34fc27 100644 --- a/linux-core/drm_modes.c +++ b/linux-core/drm_modes.c @@ -146,7 +146,8 @@ EXPORT_SYMBOL(drm_mode_set_crtcinfo);   * Just allocate a new mode, copy the existing mode into it, and return   * a pointer to it.  Used to create new instances of established modes.   */ -struct drm_display_mode *drm_mode_duplicate(struct drm_device *dev, struct drm_display_mode *mode) +struct drm_display_mode *drm_mode_duplicate(struct drm_device *dev, +					    struct drm_display_mode *mode)  {  	struct drm_display_mode *nmode;  	int new_id;  | 
