fpga: Fix typo in function comment
Trivial patch. Signed-off-by: Michal Simek <michal.simek@xilinx.com>
This commit is contained in:
parent
293271cbc3
commit
905bca6c2d
@ -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.
|
* before any of the other fpga functions are used.
|
||||||
*/
|
*/
|
||||||
void fpga_init(void)
|
void fpga_init(void)
|
||||||
|
Loading…
Reference in New Issue
Block a user