mirror of
https://mirrors.bfsu.edu.cn/git/linux.git
synced 2024-12-02 00:24:12 +08:00
staging/asus_oled fixed alignment in defines
replaced spaces in incorrect alignment in defines with tabs Signed-off-by: Matthias Schid <aircrach115@gmail.com> Signed-off-by: Stefan Huber <steffhip@googlemail.com> Signed-off-by: Simon Puels <simon.puels@gmail.com> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
This commit is contained in:
parent
5e15430eaf
commit
2a8fb37102
@ -50,9 +50,9 @@
|
|||||||
#define ASUS_OLED_DISP_HEIGHT 32
|
#define ASUS_OLED_DISP_HEIGHT 32
|
||||||
#define ASUS_OLED_PACKET_BUF_SIZE 256
|
#define ASUS_OLED_PACKET_BUF_SIZE 256
|
||||||
|
|
||||||
#define USB_VENDOR_ID_ASUS 0x0b05
|
#define USB_VENDOR_ID_ASUS 0x0b05
|
||||||
#define USB_DEVICE_ID_ASUS_LCM 0x1726
|
#define USB_DEVICE_ID_ASUS_LCM 0x1726
|
||||||
#define USB_DEVICE_ID_ASUS_LCM2 0x175b
|
#define USB_DEVICE_ID_ASUS_LCM2 0x175b
|
||||||
|
|
||||||
MODULE_AUTHOR("Jakub Schmidtke, sjakub@gmail.com");
|
MODULE_AUTHOR("Jakub Schmidtke, sjakub@gmail.com");
|
||||||
MODULE_DESCRIPTION("Asus OLED Driver");
|
MODULE_DESCRIPTION("Asus OLED Driver");
|
||||||
|
Loading…
Reference in New Issue
Block a user