Commit ee1a4c84 authored by Jonathan Neuschäfer's avatar Jonathan Neuschäfer Committed by Jakub Kicinski
Browse files

net: Add a missing word

parent 5f4a8ef3
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -6293,7 +6293,7 @@ EXPORT_SYMBOL(__napi_schedule);
 *	@n: napi context
 *
 * Test if NAPI routine is already running, and if not mark
 * it as running.  This is used as a condition variable
 * it as running.  This is used as a condition variable to
 * insure only one NAPI poll instance runs.  We also make
 * sure there is no pending NAPI disable.
 */