Commit dca488b8 authored by Uwe Kleine-König's avatar Uwe Kleine-König Committed by Greg Kroah-Hartman

staging/trivial: fix typos concerning "adjust"

Signed-off-by: default avatarUwe Kleine-König <u.kleine-koenig@pengutronix.de>
Signed-off-by: default avatarGreg Kroah-Hartman <gregkh@suse.de>
parent aec563b4
...@@ -295,7 +295,7 @@ static void irq_handler(void *blah) ...@@ -295,7 +295,7 @@ static void irq_handler(void *blah)
} while (lirc_get_signal()); } while (lirc_get_signal());
if (signal != 0) { if (signal != 0) {
/* ajust value to usecs */ /* adjust value to usecs */
__u64 helper; __u64 helper;
helper = ((__u64) signal)*1000000; helper = ((__u64) signal)*1000000;
......
...@@ -3911,7 +3911,7 @@ int GLOB_FTL_Page_Write(u8 *pData, u64 dwPageAddr) ...@@ -3911,7 +3911,7 @@ int GLOB_FTL_Page_Write(u8 *pData, u64 dwPageAddr)
* Description: erases the specified block * Description: erases the specified block
* increments the erase count * increments the erase count
* If erase count reaches its upper limit,call function to * If erase count reaches its upper limit,call function to
* do the ajustment as per the relative erase count values * do the adjustment as per the relative erase count values
*&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&*/ *&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&*/
int GLOB_FTL_Block_Erase(u64 blk_addr) int GLOB_FTL_Block_Erase(u64 blk_addr)
{ {
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment