mirror of
https://git.proxmox.com/git/mirror_ubuntu-kernels.git
synced 2025-12-05 06:12:49 +00:00
With char becoming unsigned by default, and with `char` alone being ambiguous and based on architecture, signed chars need to be marked explicitly as such. This fixes warnings like: drivers/misc/sgi-gru/grumain.c:711 gru_check_chiplet_assignment() warn: 'gts->ts_user_chiplet_id' is unsigned Cc: Dimitri Sivanich <dimitri.sivanich@hpe.com> Cc: Arnd Bergmann <arnd@arndb.de> Cc: Greg Kroah-Hartman <gregkh@linuxfoundation.org> Signed-off-by: Jason A. Donenfeld <Jason@zx2c4.com> Link: https://lore.kernel.org/r/20221025025223.573543-1-Jason@zx2c4.com Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org> |
||
|---|---|---|
| .. | ||
| gru_instructions.h | ||
| gru.h | ||
| grufault.c | ||
| grufile.c | ||
| gruhandles.c | ||
| gruhandles.h | ||
| grukdump.c | ||
| grukservices.c | ||
| grukservices.h | ||
| grulib.h | ||
| grumain.c | ||
| gruprocfs.c | ||
| grutables.h | ||
| grutlbpurge.c | ||
| Makefile | ||