README: Fix padding calculation

Signed-off-by: Jason A. Donenfeld <Jason@zx2c4.com>
This commit is contained in:
Jason A. Donenfeld 2019-05-15 12:13:25 +02:00
parent bcb398bd62
commit b13ecdf97a

View File

@ -99,7 +99,7 @@ After loading the driver and creating a network interface the typical way using
| |
+------------------------------+
| padding |
| 16-((4+size_0)&15) bytes, |
| 16-(size_0&15) bytes, |
| all zero |
+------------------------------+
| size_1 |