mirror of https://github.com/dynup/kpatch
kpatch-intermediate.h: fix comments
This commit is contained in:
parent
43f8683cd7
commit
b0f5ded2b0
|
@ -22,6 +22,8 @@
|
|||
#ifndef _KPATCH_INTERMEDIATE_H_
|
||||
#define _KPATCH_INTERMEDIATE_H_
|
||||
|
||||
/* For .kpatch.{symbols,relocations,arch} sections */
|
||||
|
||||
struct kpatch_symbol {
|
||||
unsigned long src;
|
||||
unsigned long pos;
|
||||
|
@ -30,7 +32,6 @@ struct kpatch_symbol {
|
|||
char *objname; /* object to which this sym belongs */
|
||||
};
|
||||
|
||||
/* For .kpatch.{symbols,relocations,arch} sections */
|
||||
struct kpatch_relocation {
|
||||
unsigned long dest;
|
||||
unsigned int type;
|
||||
|
@ -45,4 +46,4 @@ struct kpatch_arch {
|
|||
unsigned long sec;
|
||||
char *objname;
|
||||
};
|
||||
#endif /* _KPATCH_ELF_H_ */
|
||||
#endif /* _KPATCH_INTERMEDIATE_H_ */
|
||||
|
|
Loading…
Reference in New Issue