commit | 46807cd264f6e6df58668f26d2ef7f062d21ab51 | [log] [tgz] |
---|---|---|
author | Jeff Johnson <jjohnson@codeaurora.org> | Sun Apr 29 21:32:22 2018 -0700 |
committer | nshrivas <nshrivas@codeaurora.org> | Mon Apr 30 18:19:17 2018 -0700 |
tree | cda7cb22fbc6a24a59631357eed2acb9dae38a7d | |
parent | 48c05c7fb85e2cc638f332881fe40ee4f8078603 [diff] |
qcacld-3.0: Add fallthrough comment in hdd_stop_adapter() In hdd_stop_adapter() there is a switch statement where the logic for case QDF_SAP_MODE falls through to the next case. Add a fallthrough comment to explicitly document that this is the desired behavior as opposed to a missing break statement. Change-Id: I2fc7b2eeb07eb91b57d5008e74267667a5995c6e CRs-Fixed: 2233181