Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 140373
b: refs/heads/master
c: 3a070ad
h: refs/heads/master
i:
  140371: 18a61f7
v: v3
  • Loading branch information
Uwe Kleine-Koenig authored and Jiri Kosina committed Mar 30, 2009
1 parent e61c691 commit 983ffb7
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 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: 973c32bebf0cadf3a17c50255ff17477fcffaec8
refs/heads/master: 3a070ad1449b1c068a2fac41285ae7548a623485
2 changes: 1 addition & 1 deletion trunk/drivers/input/mouse/gpio_mouse.c
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@

/*
* Timer function which is run every scan_ms ms when the device is opened.
* The dev input varaible is set to the the input_dev pointer.
* The dev input variable is set to the the input_dev pointer.
*/
static void gpio_mouse_scan(struct input_polled_dev *dev)
{
Expand Down
2 changes: 1 addition & 1 deletion trunk/drivers/net/skfp/h/hwmtm.h
Original file line number Diff line number Diff line change
Expand Up @@ -145,7 +145,7 @@ struct hw_modul {
int leave_isr ; /* leave fddi_isr immedeately if set */
int isr_flag ; /* set, when HWM is entered from isr */
/*
* varaibles for the current transmit frame
* variables for the current transmit frame
*/
struct s_smt_tx_queue *tx_p ; /* pointer to the transmit queue */
u_long tx_descr ; /* tx descriptor for FORMAC+ */
Expand Down
2 changes: 1 addition & 1 deletion trunk/drivers/net/wan/farsync.c
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@ MODULE_LICENSE("GPL");
#endif

/*
* Modules parameters and associated varaibles
* Modules parameters and associated variables
*/
static int fst_txq_low = FST_LOW_WATER_MARK;
static int fst_txq_high = FST_HIGH_WATER_MARK;
Expand Down

0 comments on commit 983ffb7

Please sign in to comment.