linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
From: Alan Cox <alan@lxorguk.ukuu.org.uk>
To: linux-kernel@vger.kernel.org, torvalds@osdl.org
Subject: PATCH: second block illegal/invalid fixups for isdn
Date: Sun, 27 Jul 2003 21:05:06 +0100	[thread overview]
Message-ID: <200307272005.h6RK567d029623@hraefn.swansea.linux.org.uk> (raw)

(Steven Cole)
diff -u --new-file --recursive --exclude-from /usr/src/exclude linux-2.6.0-test2/drivers/isdn/hysdn/hycapi.c linux-2.6.0-test2-ac1/drivers/isdn/hysdn/hycapi.c
--- linux-2.6.0-test2/drivers/isdn/hysdn/hycapi.c	2003-07-10 21:04:53.000000000 +0100
+++ linux-2.6.0-test2-ac1/drivers/isdn/hysdn/hycapi.c	2003-07-15 18:01:29.000000000 +0100
@@ -591,7 +591,7 @@
 					       " current state\n", card->myid);
 					break;
 				case 0x2002:
-					printk(KERN_ERR "HYSDN Card%d: illegal PLCI\n", card->myid);
+					printk(KERN_ERR "HYSDN Card%d: invalid PLCI\n", card->myid);
 					break;		
 				case 0x2004:
 					printk(KERN_ERR "HYSDN Card%d: out of NCCI\n", card->myid);
diff -u --new-file --recursive --exclude-from /usr/src/exclude linux-2.6.0-test2/drivers/isdn/i4l/isdn_ppp.c linux-2.6.0-test2-ac1/drivers/isdn/i4l/isdn_ppp.c
--- linux-2.6.0-test2/drivers/isdn/i4l/isdn_ppp.c	2003-07-10 21:12:10.000000000 +0100
+++ linux-2.6.0-test2-ac1/drivers/isdn/i4l/isdn_ppp.c	2003-07-15 18:01:29.000000000 +0100
@@ -715,7 +715,7 @@
  found:
 	unit = isdn_ppp_if_get_unit(idev->name);	/* get unit number from interface name .. ugly! */
 	if (unit < 0) {
-		printk(KERN_INFO "isdn_ppp_bind: illegal interface name %s.\n", idev->name);
+		printk(KERN_INFO "isdn_ppp_bind: invalid interface name %s.\n", idev->name);
 		retval = -ENODEV;
 		goto err;
 	}
diff -u --new-file --recursive --exclude-from /usr/src/exclude linux-2.6.0-test2/drivers/isdn/i4l/isdn_x25iface.c linux-2.6.0-test2-ac1/drivers/isdn/i4l/isdn_x25iface.c
--- linux-2.6.0-test2/drivers/isdn/i4l/isdn_x25iface.c	2003-07-10 21:08:07.000000000 +0100
+++ linux-2.6.0-test2-ac1/drivers/isdn/i4l/isdn_x25iface.c	2003-07-15 18:01:29.000000000 +0100
@@ -63,7 +63,7 @@
 /* error message helper function */
 static void illegal_state_warn( unsigned state, unsigned char firstbyte) 
 {
-	printk( KERN_WARNING "isdn_x25iface: firstbyte %x illegal in"
+	printk( KERN_WARNING "isdn_x25iface: firstbyte %x invalid in"
 		"current state %d\n",firstbyte, state );
 }
 
@@ -72,7 +72,7 @@
 
 	if( pda  &&  pda -> magic == ISDN_X25IFACE_MAGIC ) return 0;
 	printk( KERN_WARNING
-		"isdn_x25iface_xxx: illegal pointer to proto data\n" );
+		"isdn_x25iface_xxx: invalid pointer to proto data\n" );
 	return 1;
 }
 
@@ -334,7 +334,7 @@
 		       " options not yet supported\n");
 		break;
 	default:
-		printk(KERN_WARNING "isdn_x25iface_xmit: frame with illegal"
+		printk(KERN_WARNING "isdn_x25iface_xmit: frame with invalid"
 		       " first byte %x ignored:\n", firstbyte);
 	}
 	dev_kfree_skb(skb);

                 reply	other threads:[~2003-07-28  0:00 UTC|newest]

Thread overview: [no followups] expand[flat|nested]  mbox.gz  Atom feed

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=200307272005.h6RK567d029623@hraefn.swansea.linux.org.uk \
    --to=alan@lxorguk.ukuu.org.uk \
    --cc=linux-kernel@vger.kernel.org \
    --cc=torvalds@osdl.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).