mirror of
https://github.com/ibm-s390-linux/s390-tools.git
synced 2026-08-05 02:14:52 +00:00
Add a short explaining comment to those functions, which are just callbacks invoked by the dracut core infrastructure. So nobody wonders how these functions get called, especially if there are no local callers here in the code. Cf. dracut commit https://github.com/dracutdevs/dracut/commit/8bcfd683bd0c ("*/module-setup.sh: add comments for dracut called functions") For more information about the dracut module callback functions: https://github.com/dracutdevs/dracut/blob/master/man/dracut.modules.7.asc#writing-a-module https://github.com/dracutdevs/dracut/blob/master/docs/HACKING.md#writing-modules Github-ID: https://github.com/ibm-s390-linux/s390-tools/pull/158 Reviewed-by: Alexander Egorenkov <egorenar@linux.ibm.com> Reviewed-by: Marc Hartmayer <mhartmay@linux.ibm.com> Reviewed-by: Vineeth Vijayan <vneethv@linux.ibm.com> Acked-by: Vineeth Vijayan <vneethv@linux.ibm.com> Acked-by: Peter Oberparleiter <oberpar@linux.ibm.com> Signed-off-by: Steffen Maier <maier@linux.ibm.com> Signed-off-by: Jan Höppner <hoeppner@linux.ibm.com>