X-Git-Url: https://git.librecmc.org/?a=blobdiff_plain;f=drivers%2Ffpga%2Ffpga.c;h=e0fb1b4e783b7527bf43185cf7c053fc7c3fa0d9;hb=c6f086ddcbfb47918b82f6a135c61f432540da42;hp=37946d5e183a73d07bff9da4f324c8357a72a89c;hpb=4d16f67e7ba1a69929b55852f1a274c457a0db27;p=oweals%2Fu-boot.git diff --git a/drivers/fpga/fpga.c b/drivers/fpga/fpga.c index 37946d5e18..e0fb1b4e78 100644 --- a/drivers/fpga/fpga.c +++ b/drivers/fpga/fpga.c @@ -31,14 +31,14 @@ static void fpga_no_sup(char *fn, char *msg) else if (msg) printf("No support for %s.\n", msg); else - printf("No FPGA suport!\n"); + printf("No FPGA support!\n"); } /* fpga_get_desc * map a device number to a descriptor */ -static const fpga_desc *const fpga_get_desc(int devnum) +const fpga_desc *const fpga_get_desc(int devnum) { fpga_desc *desc = (fpga_desc *)NULL; @@ -120,7 +120,7 @@ static int fpga_dev_info(int devnum) } /* - * fgpa_init is usually called from misc_init_r() and MUST be called + * fpga_init is usually called from misc_init_r() and MUST be called * before any of the other fpga functions are used. */ void fpga_init(void)