CheckIsMoxaMust actually finds out what the card is. So rename it to
mxser_must_get_hwid, so that the name conforms to the semantics of the
function.
Signed-off-by: Jiri Slaby <jslaby@suse.cz>
Link: https://lore.kernel.org/r/20210618061516.662-7-jslaby@suse.cz
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
 
        outb(oldlcr, baseio + UART_LCR);
 }
 
-static int CheckIsMoxaMust(unsigned long io)
+static int mxser_must_get_hwid(unsigned long io)
 {
        u8 oldmcr, hwid;
        int i;
        /* irq */
        brd->irq = pdev->irq;
 
-       brd->chip_flag = CheckIsMoxaMust(brd->ports[0].ioaddr);
+       brd->chip_flag = mxser_must_get_hwid(brd->ports[0].ioaddr);
        brd->uart_type = PORT_16550A;
        brd->vector_mask = 0;