diff options
| author | Vincenzo Palazzo <[email protected]> | 2023-03-02 13:21:07 +0000 |
|---|---|---|
| committer | Miguel Ojeda <[email protected]> | 2023-04-06 22:53:40 +0000 |
| commit | 1c5f054f0b12875096e339861c7f44a7c952ce56 (patch) | |
| tree | 8efc5b54a917e37bd8670937f55385c18c4959c6 /scripts/generate_rust_analyzer.py | |
| parent | scripts: generate_rust_analyzer: Handle sub-modules with no Makefile (diff) | |
| download | kernel-1c5f054f0b12875096e339861c7f44a7c952ce56.tar.gz kernel-1c5f054f0b12875096e339861c7f44a7c952ce56.zip | |
rust: build: Fix grep warning
Fix grep warning during the build, with GNU grep 3.8
with the following command
`grep -v '^\#\|^$$' rust/bindgen_parameters`
I see the following warning
```
grep: warning: stray \ before #
--opaque-type xregs_state
--opaque-type desc_struct
--opaque-type arch_lbr_state
--opaque-type local_apic
--opaque-type x86_msi_data
--opaque-type x86_msi_addr_lo
--opaque-type kunit_try_catch
--opaque-type spinlock
--no-doc-comments
```
Signed-off-by: Vincenzo Palazzo <[email protected]>
Tested-by: Martin Rodriguez Reboredo <[email protected]>
Reviewed-by: Martin Rodriguez Reboredo <[email protected]>
Signed-off-by: Miguel Ojeda <[email protected]>
Diffstat (limited to 'scripts/generate_rust_analyzer.py')
0 files changed, 0 insertions, 0 deletions
