Kaynağa Gözat

qcacld-3.0: Fix kernel checkpatch warnings in wlan_hdd_trace.h

Fix kernel checkpatch warnings in wlan_hdd_trace.h.

Change-Id: Ic95f1b1654856b7ed8fab1bd30eacf6d08971190
CRs-Fixed: 2024274
Srinivas Girigowda 8 yıl önce
ebeveyn
işleme
609fa84411
1 değiştirilmiş dosya ile 1 ekleme ve 2 silme
  1. 1 2
      core/hdd/inc/wlan_hdd_trace.h

+ 1 - 2
core/hdd/inc/wlan_hdd_trace.h

@@ -1,5 +1,5 @@
 /*
- * Copyright (c) 2014-2016 The Linux Foundation. All rights reserved.
+ * Copyright (c) 2014-2017 The Linux Foundation. All rights reserved.
  *
  * Previously licensed under the ISC license by Qualcomm Atheros, Inc.
  *
@@ -132,7 +132,6 @@ static inline const char *hdd_trace_event_string(uint32_t code)
 	switch (code) {
 	default:
 		return "UNKNOWN";
-		break;
 #undef ENUM
 #define ENUM(enum) CASE_RETURN_STRING(enum)
 	ENUMS