From 996762f2c74a492cfe873e3dc6e3bf902297e8bc Mon Sep 17 00:00:00 2001 From: Sunguk Lee Date: Wed, 21 Jun 2017 01:08:34 +0900 Subject: Manually revert #179 changes - revert bit size of the structs; this change have issue for build vita2d - revert ErrorCode of SceMsgDialogErrorCodeParam; I don't know reason of why change to TitleCase - remove some whitespaces - add some spaces --- include/user/usbserial.h | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'include/user/usbserial.h') diff --git a/include/user/usbserial.h b/include/user/usbserial.h index 00c9ba6..e510a63 100644 --- a/include/user/usbserial.h +++ b/include/user/usbserial.h @@ -12,7 +12,7 @@ extern "C" { * * @return 0 on success, < 0 on error * - * @note The user is responsible for making sure no other UDC driver is active. This activates UDC as a "PS Vita" Type D device. + * @note The user is responsible for making sure no other UDC driver is active. This activates UDC as a "PS Vita" Type D device. * * @note Wrapper for kernel function sceUsbSerialStart() */ @@ -23,11 +23,11 @@ int sceUsbSerialStart(void); * * @return 0 on success, < 0 on error * - * @param unk Unknown + * @param unk Unknown * * @note Wrapper for kernel function sceUsbSerialSetup() */ -int sceUsbSerialSetup(int unk); +int sceUsbSerialSetup(int unk); /** * Close USB serial device @@ -57,7 +57,7 @@ unsigned int sceUsbSerialGetRecvBufferSize(void); /** * Send data * @param[in] *buffer data to send over usb - * @param len int len of serial buffer data + * @param len int len of serial buffer data * @param unk1 Unknown * @param unk2 Unknown * @note max send length is 0x10000 -- cgit v1.2.3