This patch rename the add_TCP_Pending_Ack function to add_tcp_pending_ack
to avoid CamelCase naming convention.
Signed-off-by: Leo Kim <leo.kim@atmel.com>
Signed-off-by: Glen Lee <glen.lee@atmel.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
return 0;
}
-static inline int add_TCP_Pending_Ack(u32 Ack, u32 Session_index, struct txq_entry_t *txqe)
+static inline int add_tcp_pending_ack(u32 Ack, u32 Session_index,
+ struct txq_entry_t *txqe)
{
total_acks++;
if (pending_acks < MAX_PENDING_ACKS) {
if (i == tcp_session)
add_tcp_session(0, 0, seq_no);
- add_TCP_Pending_Ack(Ack_no, i, tqe);
+ add_tcp_pending_ack(Ack_no, i, tqe);
}
} else {