Skip to content

Commit

Permalink
Improved the comment.
Browse files Browse the repository at this point in the history
  • Loading branch information
hsluoyz committed Jan 28, 2016
1 parent 4ff85ea commit c6ba0da
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions packetWin7/npf/npf/Write.c
Original file line number Diff line number Diff line change
Expand Up @@ -303,7 +303,7 @@ NPF_Write(
#ifdef HAVE_SEND_TO_RECEIVE_PATH_SUPPORT
if (Open->SendToRxPath == TRUE)
{
IF_LOUD(DbgPrint("hahahahahahahahahahahaha:: SendToRxPath, Open->AdapterHandle=%p, pNetBufferList=%u\n", Open->AdapterHandle, pNetBufferList);)
IF_LOUD(DbgPrint("NPF_Write::SendToRxPath, Open->AdapterHandle=%p, pNetBufferList=%u\n", Open->AdapterHandle, pNetBufferList);)
// pretend to receive these packets from network and indicate them to upper layers
NdisFIndicateReceiveNetBufferLists(
Open->AdapterHandle,
Expand Down Expand Up @@ -616,7 +616,7 @@ NPF_BufferedWrite(
#ifdef HAVE_SEND_TO_RECEIVE_PATH_SUPPORT
if (Open->SendToRxPath == TRUE)
{
IF_LOUD(DbgPrint("hahahahahahahahahahahaha:: SendToRxPath, Open->AdapterHandle=%p, pNetBufferList=%u\n", Open->AdapterHandle, pNetBufferList);)
IF_LOUD(DbgPrint("NPF_BufferedWrite::SendToRxPath, Open->AdapterHandle=%p, pNetBufferList=%u\n", Open->AdapterHandle, pNetBufferList);)
// pretend to receive these packets from network and indicate them to upper layers
NdisFIndicateReceiveNetBufferLists(
Open->AdapterHandle,
Expand Down

0 comments on commit c6ba0da

Please sign in to comment.