Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 236068
b: refs/heads/master
c: dca488b
h: refs/heads/master
v: v3
  • Loading branch information
Uwe Kleine-König authored and Greg Kroah-Hartman committed Feb 18, 2011
1 parent e3a00d0 commit 7011373
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: aec563b4f05a24c1d88db5aaf2d5047b6ae01663
refs/heads/master: dca488b87efcae6f2b21ebe61922289b6093db2c
2 changes: 1 addition & 1 deletion trunk/drivers/staging/lirc/lirc_parallel.c
Original file line number Diff line number Diff line change
Expand Up @@ -295,7 +295,7 @@ static void irq_handler(void *blah)
} while (lirc_get_signal());

if (signal != 0) {
/* ajust value to usecs */
/* adjust value to usecs */
__u64 helper;

helper = ((__u64) signal)*1000000;
Expand Down
2 changes: 1 addition & 1 deletion trunk/drivers/staging/spectra/flash.c
Original file line number Diff line number Diff line change
Expand Up @@ -3911,7 +3911,7 @@ int GLOB_FTL_Page_Write(u8 *pData, u64 dwPageAddr)
* Description: erases the specified block
* increments the erase count
* 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)
{
Expand Down

0 comments on commit 7011373

Please sign in to comment.