diff options
| author | Abhinav Kumar <abhikuma@codeaurora.org> | 2018-05-02 13:35:28 +0530 |
|---|---|---|
| committer | nshrivas <nshrivas@codeaurora.org> | 2018-05-03 12:44:25 -0700 |
| commit | aff8f91f5d9aa2c248d319d4efa3ab2de93175bc (patch) | |
| tree | d045ca2cbc149c32e7a7268f274423a0397ec66a | |
| parent | 214dd4e001e27e262db0c1992018d087576fc209 (diff) | |
qcacld-3.0: Add comment between cases in switch statement
Add /* fallthrough */ comment in sme_qos_add_ts_success_fnp
as per linux checkpatch script in case of reason
SME_QOS_REASON_REQ_SUCCESS of flow request.
Change-Id: I6285ccdc74e5c19fb9bbb8a1b9e0dec5e54edc6e
CRs-Fixed: 2233179
| -rw-r--r-- | core/sme/src/qos/sme_qos.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/core/sme/src/qos/sme_qos.c b/core/sme/src/qos/sme_qos.c index 07c7ea9fdba9..d95051821b0f 100644 --- a/core/sme/src/qos/sme_qos.c +++ b/core/sme/src/qos/sme_qos.c @@ -7210,6 +7210,7 @@ static QDF_STATUS sme_qos_add_ts_success_fnp(tpAniSirGlobal mac_ctx, case SME_QOS_REASON_REQ_SUCCESS: hdd_status = SME_QOS_STATUS_SETUP_MODIFIED_IND; inform_hdd = true; + /* fallthrough */ default: delete_entry = false; break; |
