Another candidate: both translate the same enum into strings.
| +static const char *ccid4_rx_state_name(enum tfrc_hc_rx_states state)
|  {
|       static char *ccid4_rx_state_names[] = {
|       [TFRC_RSTATE_NO_DATA] = "NO_DATA",

| +static const char *ccid3_rx_state_name(enum tfrc_hc_rx_states state)
|  {
|       static char *ccid3_rx_state_names[] = {
|       [TFRC_RSTATE_NO_DATA] = "NO_DATA",
-
To unsubscribe from this list: send the line "unsubscribe dccp" in
the body of a message to [EMAIL PROTECTED]
More majordomo info at  http://vger.kernel.org/majordomo-info.html

Reply via email to