diff options
Diffstat (limited to 'net/irda/irlap.c')
| -rw-r--r-- | net/irda/irlap.c | 6 | 
1 files changed, 2 insertions, 4 deletions
diff --git a/net/irda/irlap.c b/net/irda/irlap.c index 783c5f367d2..a778df55f5d 100644 --- a/net/irda/irlap.c +++ b/net/irda/irlap.c @@ -23,9 +23,7 @@   *     GNU General Public License for more details.   *   *     You should have received a copy of the GNU General Public License - *     along with this program; if not, write to the Free Software - *     Foundation, Inc., 59 Temple Place, Suite 330, Boston, - *     MA 02111-1307 USA + *     along with this program; if not, see <http://www.gnu.org/licenses/>.   *   ********************************************************************/ @@ -165,7 +163,7 @@ struct irlap_cb *irlap_open(struct net_device *dev, struct qos_info *qos,  	irlap_apply_default_connection_parameters(self); -	self->N3 = 3; /* # connections attemts to try before giving up */ +	self->N3 = 3; /* # connections attempts to try before giving up */  	self->state = LAP_NDM;  | 
