Skip to content

Commit 39d862f

Browse files
bluetooth: controller: ll_sw: fix comment
Fixed comments from CI check and commit format. Signed-off-by: SebastienRabaudPaCotte <[email protected]>
1 parent da5dfbb commit 39d862f

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

subsys/bluetooth/controller/ll_sw/ull_llcp_remote.c

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -682,11 +682,11 @@ static void rr_st_idle(struct ll_conn *conn, uint8_t evt, void *param)
682682
(ctx_local->proc == PROC_CONN_UPDATE &&
683683
ctx->proc == PROC_CONN_PARAM_REQ)) {
684684
/* Central collision
685-
* => Send reject
686-
*
687-
* Local central shall reject the PDU received from the
688-
* peripheral by issuing a reject, continues unaffected.
689-
*/
685+
* => Send reject
686+
*
687+
* Local central shall reject the PDU received from the
688+
* peripheral by issuing a reject, continues unaffected.
689+
*/
690690

691691
/* Send reject */
692692
struct node_rx_pdu *rx = (struct node_rx_pdu *)param;

0 commit comments

Comments
 (0)