]> git.proxmox.com Git - mirror_ubuntu-bionic-kernel.git/blobdiff - drivers/tty/synclink_gt.c
Fix common misspellings
[mirror_ubuntu-bionic-kernel.git] / drivers / tty / synclink_gt.c
index a35dd549a00833739df7c4264ec018381a2183ff..18b48cd3b41ddbbb7a76f1c8898b907fac1b09ca 100644 (file)
@@ -3491,7 +3491,7 @@ static int claim_resources(struct slgt_info *info)
 
        info->reg_addr = ioremap_nocache(info->phys_reg_addr, SLGT_REG_SIZE);
        if (!info->reg_addr) {
-               DBGERR(("%s cant map device registers, addr=%08X\n",
+               DBGERR(("%s can't map device registers, addr=%08X\n",
                        info->device_name, info->phys_reg_addr));
                info->init_error = DiagStatus_CantAssignPciResources;
                goto errout;