index
:
git.git
main
maint
master
next
seen
todo
The core git plumbing
Junio C. Hamano
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
t
/
t9500-gitweb-standalone-no-errors.sh
diff options
context:
1
2
3
4
5
6
7
8
9
10
15
20
25
30
35
40
space:
include
ignore
mode:
unified
ssdiff
stat only
Diffstat
(limited to 't/t9500-gitweb-standalone-no-errors.sh')
0 files changed, 0 insertions, 0 deletions
cm/linux/kernel/git/mpe/linux-fullhistory.git/commit/rust?id=bf2aa7df2687a24ebb52cec4a24443121ac3126d'>bf2aa7df2687a24ebb52cec4a24443121ac3126d (
patch
) tree
2abb2cba551f54b4dc9fb44bd87b37cf32578569
/
rust
parent
c1ecb860a48d0bf56b0fc8391c5d59b0c3b42516
(
diff
)download
linux-fullhistory-bf2aa7df2687a24ebb52cec4a24443121ac3126d.tar.gz
miscdevice: rust: use build_error! macro instead of function
The function called build_error is an implementation detail of the macro of the same name. Thus, update miscdevice to use the macro rather than the function. See [1] for more information on this. These use the macro with the kernel:: prefix as it has not yet been added to the prelude. Reported-by: Stephen Rothwell <sfr@canb.auug.org.au> Link:
https://lore.kernel.org/r/20250110162828.38614c1b@canb.auug.org.au
Link:
https://lore.kernel.org/all/20241123222849.350287-2-ojeda@kernel.org/
[1] Signed-off-by: Alice Ryhl <aliceryhl@google.com> Acked-by: Miguel Ojeda <ojeda@kernel.org> Link:
https://lore.kernel.org/r/20250110101459.536726-1-aliceryhl@google.com
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>