diff options
author | Justin M. Forbes <jforbes@fedoraproject.org> | 2020-08-18 13:06:10 -0500 |
---|---|---|
committer | Justin M. Forbes <jforbes@fedoraproject.org> | 2020-08-18 13:06:10 -0500 |
commit | 799319231f7068a3c17c4c0cbc862af8d91740a8 (patch) | |
tree | 1020a45cc034ea22ddcc32874570f03a27811d1c | |
parent | c65148b45d0c5762a113af36e3d9bf0c19bd2da1 (diff) | |
download | kernel-799319231f7068a3c17c4c0cbc862af8d91740a8.tar.gz kernel-799319231f7068a3c17c4c0cbc862af8d91740a8.tar.xz kernel-799319231f7068a3c17c4c0cbc862af8d91740a8.zip |
Fix typo
Signed-off-by: Justin M. Forbes <jforbes@fedoraproject.org>
-rwxr-xr-x | filter-modules.sh.fedora | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/filter-modules.sh.fedora b/filter-modules.sh.fedora index 48ef17c90..3e84eeb5e 100755 --- a/filter-modules.sh.fedora +++ b/filter-modules.sh.fedora @@ -39,7 +39,7 @@ drmdrvs="amd ast bridge gma500 i2c i915 mgag200 nouveau panel radeon" iiodrvs="accel adc afe common dac gyro health humidity light magnetometer multiplexer orientation potentiometer potentiostat pressure temperature" -singlemods="ntb_netdev iscsi_ibft iscsi_boot_sysfs megaraid pmcraid qedi qla1280 9pnet_rdma rpcrdma nvmet-rdma nvme-rdma hid-picolcd hid-prodikeys hwa-hc hwpoison-inject target_core_user sbp_target cxgbit iw_cxgb3 iw_cxgb4 cxgb3i cxgb3i cxgb3i_ddp cxgb4i chcr chtls parport_serial regmap-sdw hid-asus iTCO_wdt rnbd-client rnbd-serveri mlx5_vdpa" +singlemods="ntb_netdev iscsi_ibft iscsi_boot_sysfs megaraid pmcraid qedi qla1280 9pnet_rdma rpcrdma nvmet-rdma nvme-rdma hid-picolcd hid-prodikeys hwa-hc hwpoison-inject target_core_user sbp_target cxgbit iw_cxgb3 iw_cxgb4 cxgb3i cxgb3i cxgb3i_ddp cxgb4i chcr chtls parport_serial regmap-sdw hid-asus iTCO_wdt rnbd-client rnbd-server mlx5_vdpa" # Grab the arch-specific filter list overrides source ./filter-$2.sh |