[KERNEL] Fix eth_input function documentation

git-svn-id: svn://kolibrios.org@9395 a494cfbc-eb01-0410-851d-a64ba20cac60
This commit is contained in:
Magomed Kostoev (mkostoevr) 2021-12-04 19:56:44 +00:00
parent dde29ddf15
commit 79aa4c134d

View File

@ -67,8 +67,8 @@ align 4
; Push the received ethernet packet onto the ethernet input queue.
;
; Input:
; [esp + 4] = Pointer to buffer
; [esp + 8] = Return address (yes, really)
; [esp] = Pointer to buffer
; [esp + 4] = Return address (yes, really)
;
; Example:
; push .retaddr