Fix kernel checkpatch warnings in wlan_hdd_trace.h. Change-Id: Ic95f1b1654856b7ed8fab1bd30eacf6d08971190 CRs-Fixed: 2024274
@@ -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