Harald Hoyer
c5dd11f99f
fix(fcoe): shellcheck for modules.d/95fcoe
2021-03-29 13:21:55 +02:00
Harald Hoyer
75d758e8f1
style: shfmt -s reformat
...
reproducible with:
```
$ shfmt_version=3.0.1
$ wget "https://github.com/mvdan/sh/releases/download/v${shfmt_version}/shfmt_v${shfmt_version}_linux_amd64 " -O shfmt
$ chmod u+x shfmt
$ ./shfmt -w -s .
```
2021-03-13 20:10:43 +01:00
Harald Hoyer
9a52c3fdb0
style: shfmt reformat
...
reproducible with:
```
$ shfmt_version=3.0.1
$ wget "https://github.com/mvdan/sh/releases/download/v${shfmt_version}/shfmt_v${shfmt_version}_linux_amd64 " -O shfmt
$ chmod u+x shfmt
$ ./shfmt -w .
```
2021-03-13 20:10:43 +01:00
Ville Skyttä
bcabe0fe25
Clean up some bashisms from /bin/sh scripts
2016-03-28 11:52:14 +03:00
Harald Hoyer
cca313fa75
fcoe/fcoe-edd.sh: cleanup the script
...
- check if modprobe was successful
- add a timeout for /sys/firmware/edd
- only remove the module, if it was loaded by the script
(cherry picked from commit 34203d03c0
)
2015-11-11 15:45:14 +01:00
Chris Leech
9a5bd6804a
fcoe: EDD parsing patch for i40e
...
(cherry picked from commit 4031a2fa64
)
2015-11-11 15:45:10 +01:00
Harald Hoyer
967cc19ab1
remove all vim and emacs code format comments
2014-08-29 13:38:47 +02:00
Harald Hoyer
80df37f475
fcoe: moved edd detection to settled initqueue
...
At the time of modprobing edd, all pci devices must exist and have to be
initialized for the symlinks to work.
2011-05-02 11:25:13 +02:00