Changeset 9b56a8dd in mainline for uspace/drv/char/xtkbd/xtkbd.c


Ignore:
Timestamp:
2011-12-26T19:53:31Z (13 years ago)
Author:
Jan Vesely <jano.vesely@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
4005e37a
Parents:
b39eb79
Message:

i8042, ps2mouse, xtkbd:Drop newlines at the end of ddf_msg messages.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • uspace/drv/char/xtkbd/xtkbd.c

    rb39eb79 r9b56a8dd  
    283283{
    284284        if (fun == NULL || fun->driver_data == NULL) {
    285                 ddf_msg(LVL_ERROR, "%s: Missing parameter.\n", __FUNCTION__);
     285                ddf_msg(LVL_ERROR, "%s: Missing parameter.", __FUNCTION__);
    286286                async_answer_0(icallid, EINVAL);
    287287                return;
     
    319319        }
    320320        default:
    321                         ddf_msg(LVL_ERROR,
    322                             "Unknown method: %d.\n", (int)method);
     321                        ddf_msg(LVL_ERROR, "Unknown method: %d.", (int)method);
    323322                        async_answer_0(icallid, EINVAL);
    324323                        break;
Note: See TracChangeset for help on using the changeset viewer.