[media] frontend: Move legacy API enums/structs to the end
[firefly-linux-kernel-4.4.55.git] / include / uapi / linux / bpf.h
index 5c1cee11f777a0183f2f0fa23bb00b70ca4c97ca..a9ebdf5701e8ddc62eae3979d75999f874760313 100644 (file)
@@ -177,7 +177,7 @@ enum bpf_func_id {
        /**
         * skb_store_bytes(skb, offset, from, len, flags) - store bytes into packet
         * @skb: pointer to skb
-        * @offset: offset within packet from skb->data
+        * @offset: offset within packet from skb->mac_header
         * @from: pointer where to copy bytes from
         * @len: number of bytes to store into packet
         * @flags: bit 0 - if true, recompute skb->csum