This is a cosmetic fix to a comment to comply with the coding style. Signed-off-by: Joaquin Ignacio Barotto <joaquinbarotto@xxxxxxxxx> --- drivers/nfc/nfcwilink.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/drivers/nfc/nfcwilink.c b/drivers/nfc/nfcwilink.c index ce2e2cf..62907ef 100644 --- a/drivers/nfc/nfcwilink.c +++ b/drivers/nfc/nfcwilink.c @@ -348,7 +348,8 @@ static long nfcwilink_receive(void *priv_data, struct sk_buff *skb) dev_dbg(&drv->pdev->dev, "receive entry, len %d\n", skb->len); /* strip the ST header - (apart for the chnl byte, which is not received in the hdr) */ + * (apart for the chnl byte, which is not received in the hdr) + */ skb_pull(skb, (NFCWILINK_HDR_LEN-1)); if (test_bit(NFCWILINK_FW_DOWNLOAD, &drv->flags)) { -- 2.6.1 -- To unsubscribe from this list: send the line "unsubscribe linux-wireless" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html