On Wed, Sep 26, 2012 at 11:24:45PM +0530, Harsh Kumar wrote: > @@ -287,7 +286,7 @@ void Wb35Tx_EP2VM_start(struct wbsoft_pr > struct hw_data * pHwData = &adapter->sHwData; > struct wb35_tx *pWb35Tx = &pHwData->Wb35Tx; > > - // Allow only one thread to run into function > + /* Allow only one thread to run into function */ > if (atomic_inc_return(&pWb35Tx->TxResultCount) == 1) { > pWb35Tx->EP2vm_state = VM_RUNNING; > Wb35Tx_EP2VM(adapter);Changed c99 comments to c89 comments What's with that last line? It's not correct, did your email client get messed up? odd... greg k-h -- To unsubscribe from this list: send the line "unsubscribe kernel-janitors" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html