Fix comments to stop referring to error codes as negative.
commitcde999aca79219e8751af76502001a86d411d176
authorJiří Zárevúcky <zarevucky.jiri@gmail.com>
Thu, 4 Jan 2018 19:18:29 +0000 (4 20:18 +0100)
committerJiří Zárevúcky <zarevucky.jiri@gmail.com>
Thu, 4 Jan 2018 20:22:51 +0000 (4 21:22 +0100)
tree9d4947444e974f8e9a5b566749acf2062e549ded
parent3c7702c05cfce1577b9b1bb89cfe61f809c024db
Fix comments to stop referring to error codes as negative.
86 files changed:
kernel/generic/src/cap/cap.c
kernel/generic/src/debug/symtab.c
kernel/generic/src/ipc/ipc.c
kernel/generic/src/ipc/ipcrsc.c
kernel/generic/src/ipc/irq.c
kernel/generic/src/ipc/sysipc.c
kernel/generic/src/proc/program.c
kernel/generic/src/syscall/copy.c
kernel/generic/src/udebug/udebug.c
kernel/generic/src/udebug/udebug_ops.c
uspace/app/bdsh/cmds/modules/mkfile/mkfile.c
uspace/app/edit/sheet.c
uspace/app/mkexfat/mkexfat.c
uspace/app/mkmfs/mkmfs.c
uspace/app/sysinst/sysinst.c
uspace/app/taskdump/symtab.c
uspace/dist/src/c/demos/edit/sheet.c
uspace/drv/block/ata_bd/main.c
uspace/drv/block/ddisk/ddisk.c
uspace/drv/block/usbmast/main.c
uspace/drv/char/ns8250/ns8250.c
uspace/drv/nic/ar9271/ar9271.c
uspace/drv/nic/ar9271/ath_usb.c
uspace/drv/nic/ar9271/htc.c
uspace/drv/nic/ar9271/hw.c
uspace/drv/nic/ar9271/wmi.c
uspace/drv/nic/e1k/e1k.c
uspace/drv/nic/rtl8139/driver.c
uspace/drv/nic/rtl8139/general.c
uspace/drv/platform/amdm37x/main.c
uspace/drv/platform/mac/mac.c
uspace/drv/platform/malta/malta.c
uspace/drv/platform/pc/pc.c
uspace/drv/platform/sun4u/sun4u.c
uspace/drv/root/root/root.c
uspace/drv/root/virt/virt.c
uspace/drv/time/cmos-rtc/cmos-rtc.c
uspace/lib/block/block.c
uspace/lib/c/generic/async.c
uspace/lib/c/generic/clipboard.c
uspace/lib/c/generic/ddi.c
uspace/lib/c/generic/device/clock_dev.c
uspace/lib/c/generic/devman.c
uspace/lib/c/generic/inet/tcp.c
uspace/lib/c/generic/inet/udp.c
uspace/lib/c/generic/inetcfg.c
uspace/lib/c/generic/io/asprintf.c
uspace/lib/c/generic/ipc.c
uspace/lib/c/generic/loader.c
uspace/lib/c/generic/loc.c
uspace/lib/c/generic/str.c
uspace/lib/c/generic/task.c
uspace/lib/c/generic/time.c
uspace/lib/c/generic/uuid.c
uspace/lib/c/generic/vbd.c
uspace/lib/c/generic/vfs/vfs.c
uspace/lib/c/generic/vol.c
uspace/lib/clui/tinput.h
uspace/lib/drv/generic/driver.c
uspace/lib/drv/generic/remote_battery_dev.c
uspace/lib/drv/generic/remote_ieee80211.c
uspace/lib/drv/generic/remote_usbhid.c
uspace/lib/drv/include/ops/ieee80211.h
uspace/lib/ext4/src/filesystem.c
uspace/lib/fmtutil/fmtutil.h
uspace/lib/http/include/http/receive-buffer.h
uspace/lib/http/src/receive-buffer.c
uspace/lib/ieee80211/include/ieee80211.h
uspace/lib/ieee80211/src/ieee80211.c
uspace/lib/ieee80211/src/ieee80211_impl.c
uspace/lib/nic/include/nic.h
uspace/lib/nic/src/nic_driver.c
uspace/lib/nic/src/nic_impl.c
uspace/srv/devman/drv_conn.c
uspace/srv/fs/exfat/exfat_fat.c
uspace/srv/fs/fat/fat_fat.c
uspace/srv/fs/mfs/mfs_balloc.c
uspace/srv/fs/mfs/mfs_dentry.c
uspace/srv/fs/mfs/mfs_inode.c
uspace/srv/fs/mfs/mfs_rw.c
uspace/srv/fs/udf/udf_file.c
uspace/srv/fs/udf/udf_idx.c
uspace/srv/fs/udf/udf_volume.c
uspace/srv/net/tcp/service.c
uspace/srv/net/udp/service.c
uspace/srv/vfs/vfs_register.c