Kaynağa Gözat

staging : android : sync : fix a checkpatch warning

- WARNING: missing space after return type

Signed-off-by: Daeseok Youn <daeseok.youn@gmail.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Daeseok Youn 11 yıl önce
ebeveyn
işleme
393f539c66
1 değiştirilmiş dosya ile 1 ekleme ve 1 silme
  1. 1 1
      drivers/staging/android/sync.h

+ 1 - 1
drivers/staging/android/sync.h

@@ -53,7 +53,7 @@ struct sync_timeline_ops {
 	const char *driver_name;
 
 	/* required */
-	struct sync_pt *(*dup)(struct sync_pt *pt);
+	struct sync_pt * (*dup)(struct sync_pt *pt);
 
 	/* required */
 	int (*has_signaled)(struct sync_pt *pt);