Skip to content

Commit 61a44f7

Browse files
Erik Schillingepilys
authored andcommitted
bindings: de-duplicate header mentions
We list the headers in the script snippet already. No need to do the same here and force everyone to update two places. Signed-off-by: Erik Schilling <[email protected]>
1 parent d739c5e commit 61a44f7

File tree

1 file changed

+3
-4
lines changed

1 file changed

+3
-4
lines changed

crates/virtio-bindings/CONTRIBUTING.md

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -28,10 +28,9 @@ cd linux
2828
# Step 1: Checkout the version you want to generate the bindings for.
2929
git checkout v5.0
3030

31-
# Step 2: Generate the bindings from the kernel headers. We need to
32-
# generate a file for each one of the virtio headers we're interested on.
33-
# For the moment, we're generating "virtio_blk", "virtio_gpu", "virtio_mmio",
34-
# "virtio_net", "virtio_ring" and "virtio_scsi". Feel free to add additional header files if
31+
# Step 2: Generate the bindings from the kernel headers. We need to generate a
32+
# file for each one of the virtio headers. For the moment, we are only picking
33+
# headers that we are interested in. Feel free to add additional header files if
3534
# you need them for your project.
3635
make headers_install INSTALL_HDR_PATH=v5_0_headers
3736
cd v5_0_headers

0 commit comments

Comments
 (0)