| .. | .. |
|---|
| 225 | 225 | case RNC_DEST_READY: |
|---|
| 226 | 226 | case RNC_DEST_SUSPENDED_RESUME: |
|---|
| 227 | 227 | rnc->destination_state = RNC_DEST_READY; |
|---|
| 228 | | - /* Fall through... */ |
|---|
| 228 | + fallthrough; |
|---|
| 229 | 229 | case RNC_DEST_FINAL: |
|---|
| 230 | 230 | sci_remote_node_context_resume(rnc, rnc->user_callback, |
|---|
| 231 | 231 | rnc->user_cookie); |
|---|
| .. | .. |
|---|
| 601 | 601 | __func__, sci_rnc); |
|---|
| 602 | 602 | return SCI_FAILURE_INVALID_STATE; |
|---|
| 603 | 603 | } |
|---|
| 604 | | - /* Fall through and handle like SCI_RNC_POSTING */ |
|---|
| 604 | + fallthrough; /* and handle like SCI_RNC_POSTING */ |
|---|
| 605 | 605 | case SCI_RNC_RESUMING: |
|---|
| 606 | | - /* Fall through and handle like SCI_RNC_POSTING */ |
|---|
| 606 | + fallthrough; /* and handle like SCI_RNC_POSTING */ |
|---|
| 607 | 607 | case SCI_RNC_POSTING: |
|---|
| 608 | 608 | /* Set the destination state to AWAIT - this signals the |
|---|
| 609 | 609 | * entry into the SCI_RNC_READY state that a suspension |
|---|