diff options
| author | Srinivas Girigowda <sgirigow@codeaurora.org> | 2017-03-25 00:58:13 -0700 |
|---|---|---|
| committer | Sandeep Puligilla <spuligil@codeaurora.org> | 2017-03-31 16:00:47 -0700 |
| commit | d17bc8c6ced6fb1b0d41d3a0039aea6d588973dc (patch) | |
| tree | c5ce7ea1e87f65a5c14c733b8be369947ef30b90 | |
| parent | ed4fe4450a25a0b9997f0438ccd5a9a0c08d8b3f (diff) | |
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
| -rw-r--r-- | core/hdd/inc/wlan_hdd_trace.h | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/core/hdd/inc/wlan_hdd_trace.h b/core/hdd/inc/wlan_hdd_trace.h index b35fea3e44b3..4066c48e5ea2 100644 --- a/core/hdd/inc/wlan_hdd_trace.h +++ b/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 |
