sym: clean up empty lines in .c and .h files

This commit is contained in:
Mateusz Guzik 2020-09-01 21:51:55 +00:00
parent 70a9bd18f8
commit e287e71ab9
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=365148
2 changed files with 0 additions and 6 deletions

View File

@ -674,7 +674,6 @@ struct sym_tblsel {
#define SCR_ACK 0x00000040
#define SCR_ATN 0x00000008
/*-----------------------------------------------------------
*
* Memory to memory move
@ -736,7 +735,6 @@ struct sym_tblsel {
#define SCR_REG_REG(reg,op,data) \
(0x78000000 | (SCR_REG_OFS(REG(reg))) | (op) | (((data)&0xff)<<8ul))
#define SCR_LOAD 0x00000000
#define SCR_SHL 0x01000000
#define SCR_OR 0x02000000
@ -815,7 +813,6 @@ struct sym_tblsel {
#define SCR_STORE_ABS_F(reg, n) SCR_STORE_R(reg, 0, n)
#define SCR_STORE_REL_F(reg, n) SCR_STORE_R(reg, SCR_DSA_REL2, n)
/*-----------------------------------------------------------
*
* Waiting for Disconnect or Reselect

View File

@ -2007,7 +2007,6 @@ static void sym_fw_bind_script (hcb_p np, u32 *start, int len)
end = start + len/4;
while (cur < end) {
opcode = *cur;
/*
@ -9214,7 +9213,6 @@ static void S24C16_set_bit(hcb_p np, u_char write_bit, u_char *gpreg,
case CLR_CLK:
*gpreg &= 0xfd;
break;
}
OUTB (nc_gpreg, *gpreg);
UDELAY (5);
@ -9526,7 +9524,6 @@ static int T93C46_Read_Data(hcb_p np, u_short *data,int len,u_char *gpreg)
int x;
for (x = 0; x < len; x++) {
/* output read command and address */
T93C46_Send_Command(np, 0x180 | x, &read_bit, gpreg);
if (read_bit & 0x01)