lkml.org 
[lkml]   [1996]   [Apr]   [15]   [last100]   RSS Feed
Views: [wrap][no wrap]   [headers]  [forward] 
 
Messages in this thread
Patch in this message
/
From
SubjectTypo correction patch
Date
Here's a typo/spelling correction patch. The fs/dquot.c ones are the
messages that users see written to /dev/tty when they exceed their
quotas, so they really need to go in. It's against 1.3.85, but I've
checked patches 86--89 and they don't fix them.

--Malcolm

-------------------------------- cut here --------------------------------
--- dquot.c.ORI Mon Apr 15 12:45:50 1996
+++ dquot.c Mon Apr 15 12:46:10 1996
@@ -390,7 +390,7 @@
(dquot->dq_curinodes + inodes) > dquot->dq_isoftlimit &&
dquot->dq_itime && CURRENT_TIME >= dquot->dq_itime && !fsuser()) {
if (need_print_warning(type, dquot)) {
- sprintf(quotamessage, "%s: warning, %s file quota exceeded to long.\r\n",
+ sprintf(quotamessage, "%s: warning, %s file quota exceeded too long.\r\n",
dquot->dq_mnt->mnt_dirname, quotatypes[type]);
tty_write_message(current->tty, quotamessage);
}
@@ -428,7 +428,7 @@
(dquot->dq_curblocks + blocks) > dquot->dq_bsoftlimit &&
dquot->dq_btime && CURRENT_TIME >= dquot->dq_btime && !fsuser()) {
if (need_print_warning(type, dquot)) {
- sprintf(quotamessage, "%s: write failed, %s disk quota exceeded to long.\r\n",
+ sprintf(quotamessage, "%s: write failed, %s disk quota exceeded too long.\r\n",
dquot->dq_mnt->mnt_dirname, quotatypes[type]);
tty_write_message(current->tty, quotamessage);
}
--- sk_g16.c.ORI Mon Apr 15 12:47:05 1996
+++ sk_g16.c Mon Apr 15 12:47:18 1996
@@ -1534,7 +1534,7 @@
if (rmdstat & RX_STP)
{
p->stats.rx_errors++; /* bad packet received */
- p->stats.rx_length_errors++; /* packet to long */
+ p->stats.rx_length_errors++; /* packet too long */

printk("%s: packet too long\n", dev->name);
}
-------------------------------- cut here --------------------------------
--
Malcolm Beattie <mbeattie@sable.ox.ac.uk>
Unix Systems Programmer
Oxford University Computing Services


\
 
 \ /
  Last update: 2005-03-22 13:37    [W:0.259 / U:0.020 seconds]
©2003-2020 Jasper Spaans|hosted at Digital Ocean and TransIP|Read the blog|Advertise on this site