Constification

This commit is contained in:
Jasmine Iwanek
2023-07-20 18:58:26 -04:00
parent db66543959
commit 998cfe5cc8
163 changed files with 1086 additions and 1071 deletions

View File

@@ -368,7 +368,7 @@ plip_write_ctrl(uint8_t val, void *priv)
static uint8_t
plip_read_status(void *priv)
{
plip_t *dev = (plip_t *) priv;
const plip_t *dev = (plip_t *) priv;
plip_log(3, "PLIP: read_status() = %02X\n", dev->status);