Searched hist:fd04832808ed77b900d76dc1c9e9fe9b691e2fbd (Results 1 – 3 of 3) sorted by relevance
/openbmc/obmc-console/ |
H A D | log-handler.c | diff fd04832808ed77b900d76dc1c9e9fe9b691e2fbd Mon Apr 17 21:32:01 CDT 2023 Andrew Jeffery <andrew@aj.id.au> obmc-console: Mark unused parameters as such
As part of the clean up, remove the size parameter from log_trim(). log_trim() is a static function that only has one call site, so it was straight-forward to fix without applying __attribute__((unused)).
Change-Id: Ic61821934dab644590adb4df09b7a8f547aa1c5a Signed-off-by: Andrew Jeffery <andrew@aj.id.au>
|
H A D | socket-handler.c | diff fd04832808ed77b900d76dc1c9e9fe9b691e2fbd Mon Apr 17 21:32:01 CDT 2023 Andrew Jeffery <andrew@aj.id.au> obmc-console: Mark unused parameters as such
As part of the clean up, remove the size parameter from log_trim(). log_trim() is a static function that only has one call site, so it was straight-forward to fix without applying __attribute__((unused)).
Change-Id: Ic61821934dab644590adb4df09b7a8f547aa1c5a Signed-off-by: Andrew Jeffery <andrew@aj.id.au>
|
H A D | console-server.c | diff fd04832808ed77b900d76dc1c9e9fe9b691e2fbd Mon Apr 17 21:32:01 CDT 2023 Andrew Jeffery <andrew@aj.id.au> obmc-console: Mark unused parameters as such
As part of the clean up, remove the size parameter from log_trim(). log_trim() is a static function that only has one call site, so it was straight-forward to fix without applying __attribute__((unused)).
Change-Id: Ic61821934dab644590adb4df09b7a8f547aa1c5a Signed-off-by: Andrew Jeffery <andrew@aj.id.au>
|