Changeset ae7d03c in mainline for uspace/srv/net/slip/slip.c


Ignore:
Timestamp:
2018-05-10T13:39:19Z (6 years ago)
Author:
Jiri Svoboda <jiri@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
e8975278
Parents:
b277bef
git-author:
Jiri Svoboda <jiri@…> (2018-05-10 07:38:12)
git-committer:
Jiri Svoboda <jiri@…> (2018-05-10 13:39:19)
Message:

Selected ccheck-proposed comment fixes.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • uspace/srv/net/slip/slip.c

    rb277bef rae7d03c  
    277277
    278278                /*
    279                  * We have reached the limit of our MTU. Regardless of whether
    280                  * the datagram is properly ended with SLIP_END, pass it along.
    281                  * If the next character is really SLIP_END, nothing
    282                  * catastrophic happens. The algorithm will just see an
    283                  * artificially empty SLIP datagram and life will go on.
    284                  */
     279                 * We have reached the limit of our MTU. Regardless of whether
     280                 * the datagram is properly ended with SLIP_END, pass it along.
     281                 * If the next character is really SLIP_END, nothing
     282                 * catastrophic happens. The algorithm will just see an
     283                 * artificially empty SLIP datagram and life will go on.
     284                 */
    285285
    286286        pass:
     
    407407
    408408        /*
    409          * We assume that our registration at the location service will be
    410          * cleaned up automatically as the service (i.e. this task) terminates.
    411          */
     409         * We assume that our registration at the location service will be
     410         * cleaned up automatically as the service (i.e. this task) terminates.
     411         */
    412412
    413413        return rc;
Note: See TracChangeset for help on using the changeset viewer.