qcacld-3.0: Fix embedded function name checkpatch warnings

Logging macros already print function name by default,
there is no need to print the function name again as part of the log.

Hence, remove the function name or
wherever required use '"%s...", __func__'

Change-Id: Ib6dc6cc03ef148146b1c626271d5ac3b7345c4bb
CRs-Fixed: 2312593
This commit is contained in:
Srinivas Girigowda
2018-09-10 15:28:09 -07:00
committed by nshrivas
orang tua 8c207396ff
melakukan 09625b0222
25 mengubah file dengan 60 tambahan dan 119 penghapusan

Melihat File

@@ -1,5 +1,5 @@
/*
* Copyright (c) 2014-2017 The Linux Foundation. All rights reserved.
* Copyright (c) 2014-2018 The Linux Foundation. All rights reserved.
*
* Permission to use, copy, modify, and/or distribute this software for
* any purpose with or without fee is hereby granted, provided that the
@@ -285,7 +285,7 @@ QDF_STATUS bmi_done_local(struct ol_context *ol_ctx)
info = GET_BMI_CONTEXT(ol_ctx);
if (info->bmi_done) {
BMI_DBG("bmi_done_local skipped");
BMI_DBG(FL("skipped"));
return QDF_STATUS_E_PERM;
}