[SNIP]
+int bpf_map_lookup_elem(int fd, void *key, void *value)
+{
+       union bpf_attr attr = {
+               .map_fd = fd,
+               .key = ptr_to_u64(key),
+               .value = ptr_to_u64(value),
+       };
Tailing whitespace here. Sorry...


--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to [email protected]
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Please read the FAQ at  http://www.tux.org/lkml/

Reply via email to