mirror of https://lore.kernel.org/lkml/
 help / color / mirror / Atom feed
* [PATCH] GPU: drm: drm_modes: fixed a line length coding style issue
@ 2018-09-15  6:58 ysoheil
  0 siblings, 0 replies; only message in thread
From: ysoheil @ 2018-09-15  6:58 UTC (permalink / raw)
  To: gustavo; +Cc: dri-devel, linux-kernel, Soheil Yasrebi

From: Soheil Yasrebi <ysoheil@gmail.com>

Fixed a coding style issue.

Signed-off-by: Soheil Yasrebi <ysoheil@gmail.com>
---
 drivers/gpu/drm/drm_modes.c | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/drivers/gpu/drm/drm_modes.c b/drivers/gpu/drm/drm_modes.c
index 02db9ac82d7a..1eed35c549e8 100644
--- a/drivers/gpu/drm/drm_modes.c
+++ b/drivers/gpu/drm/drm_modes.c
@@ -1318,7 +1318,8 @@ EXPORT_SYMBOL(drm_mode_prune_invalid);
  * Negative if @lh_a is better than @lh_b, zero if they're equivalent, or
  * positive if @lh_b is better than @lh_a.
  */
-static int drm_mode_compare(void *priv, struct list_head *lh_a, struct list_head *lh_b)
+static int drm_mode_compare(void *priv, struct list_head *lh_a,
+				      struct list_head *lh_b)
 {
 	struct drm_display_mode *a = list_entry(lh_a, struct drm_display_mode, head);
 	struct drm_display_mode *b = list_entry(lh_b, struct drm_display_mode, head);
-- 
2.19.0


^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2018-09-15  6:58 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2018-09-15  6:58 [PATCH] GPU: drm: drm_modes: fixed a line length coding style issue ysoheil

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox

all inboxes | Powered by JetHome®